
commons.box.util.Maps Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-box-app Show documentation
Show all versions of commons-box-app Show documentation
Common utils for BOX projects.
The newest version!
package commons.box.util;
import com.google.common.collect.ImmutableMap;
import javax.annotation.Nonnull;
import java.util.Collections;
import java.util.Map;
import java.util.function.Consumer;
/**
* 与Map相关的工具类
* 创建作者:xingxiuyi
* 版权所属:xingxiuyi
*/
public final class Maps {
private static final Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy