Uses of Interface
lumis.util.collections.Maps.IMapBuilder
-
Packages that use Maps.IMapBuilder Package Description lumis.util.collections -
-
Uses of Maps.IMapBuilder in lumis.util.collections
Methods in lumis.util.collections that return Maps.IMapBuilder Modifier and Type Method Description static <K,V>
Maps.IMapBuilder<K,V>Maps. builder()
Returns a new map builder.Maps.IMapBuilder<K,V>
Maps.IMapBuilder. put(K key, V value)
Puts the given entry in this builder.
-