
com.magictools.core.map.MapBuilder 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 com.magictools.core.builder.Builder;
import java.util.Map;
import java.util.function.Supplier;
/**
* Map创建类
*
* @param Key类型
* @param Value类型
* @since 3.1.1
*/
public class MapBuilder implements Builder
© 2015 - 2025 Weber Informatics LLC | Privacy Policy