Uses of Interface
org.violetlib.collections.MapBuilder
-
-
Uses of MapBuilder in org.violetlib.collections
Methods in org.violetlib.collections that return MapBuilder Modifier and Type Method and Description static <K,V> MapBuilder<K,V>
IMap. builder()
Return a new map builder.static <K,V> MapBuilder<K,V>
IMap. builder(Option option)
Return a new map builder.
-