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