Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VCollections – Release 1
Uses of Interface org.violetlib.collections.MapListBuilder
Deprecated: ShowHide

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.