
com.magictools.core.map.FuncKeyMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magic-tools-core Show documentation
Show all versions of magic-tools-core Show documentation
magic-tools核心,包括集合、字符串、Bean等工具
The newest version!
package com.magictools.core.map;
import java.util.Map;
import java.util.function.Function;
/**
* 自定义函数Key风格的Map
*
* @param 键类型
* @param 值类型
* @author Looly
* @since 5.6.0
*/
public class FuncKeyMap extends CustomKeyMap {
private static final long serialVersionUID = 1L;
private final Function
© 2015 - 2025 Weber Informatics LLC | Privacy Policy