| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImmutableMap.Builder | |
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. | 
| Uses of ImmutableMap.Builder in com.google.common.collect | 
|---|
| Subclasses of ImmutableMap.Builder in com.google.common.collect | |
|---|---|
| static class | ImmutableBiMap.Builder<K,V>A builder for creating immutable bimap instances, especially public
 static finalbimaps ("constant bimaps"). | 
| static class | ImmutableSortedMap.Builder<K,V>A builder for creating immutable sorted map instances, especially public static finalmaps ("constant maps"). | 
| Methods in com.google.common.collect that return ImmutableMap.Builder | ||
|---|---|---|
| static
 | ImmutableMap.builder()Returns a new builder. | |
|  ImmutableMap.Builder<K,V> | ImmutableMap.Builder.put(K key,
       V value)Associates keywithvaluein the built map. | |
|  ImmutableMap.Builder<K,V> | ImmutableMap.Builder.put(Map.Entry<? extends K,? extends V> entry)Adds the given entryto the map, making it immutable if
 necessary. | |
|  ImmutableMap.Builder<K,V> | ImmutableMap.Builder.putAll(Map<? extends K,? extends V> map)Associates all of the given map's keys and values in the built map. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||