Uses of Interface
org.violetlib.collections.MapListBuilder
-
-
Uses of MapListBuilder in org.violetlib.collections
Subinterfaces of MapListBuilder in org.violetlib.collections Modifier and Type Interface and Description interface
UnorderedMapListBuilder<K,V>
Build an immutable map from keys of type K to immutable lists of values of type V.Methods in org.violetlib.collections that return MapListBuilder Modifier and Type Method and Description static <K,V> MapListBuilder<K,V>
IMap. mapListBuilder(Option option)
Return a new map list builder.
-