Class ConfigMapCreator<K,V>
java.lang.Object
cc.carm.lib.configuration.builder.map.ConfigMapCreator<K,V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConfigMapCreator
(@NotNull ValueType<K> keyType, @NotNull ValueType<V> valueType) -
Method Summary
Modifier and TypeMethodDescription@NotNull ConfigMapBuilder
<LinkedHashMap<K, V>, K, V> asTreeMap
(@NotNull Comparator<? super K> comparator) constructor
(@NotNull Class<W> type) constructor
(@NotNull Supplier<@NotNull M> mapSuppler)
-
Field Details
-
keyType
-
valueType
-
-
Constructor Details
-
ConfigMapCreator
-
-
Method Details
-
constructor
-
constructor
-
asHashMap
-
asLinkedMap
-
asTreeMap
-
asTreeMap
@NotNull public @NotNull ConfigMapBuilder<TreeMap<K,V>, asTreeMapK, V> (@NotNull @NotNull Comparator<? super K> comparator)
-