类 ConfigMapCreator<K,V>
java.lang.Object
cc.carm.lib.configuration.builder.map.ConfigMapCreator<K,V>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@NotNull ConfigMapBuilder<LinkedHashMap<K,V>, K, V> asTreeMap(@NotNull Comparator<? super K> comparator) constructor(@NotNull Class<W> type) constructor(@NotNull Supplier<@NotNull M> mapSuppler)
-
字段详细资料
-
keyType
-
valueType
-
-
构造器详细资料
-
ConfigMapCreator
-
-
方法详细资料
-
constructor
-
constructor
-
asHashMap
-
asLinkedMap
-
asTreeMap
-
asTreeMap
@NotNull public @NotNull ConfigMapBuilder<TreeMap<K,V>, asTreeMapK, V> (@NotNull @NotNull Comparator<? super K> comparator)
-