|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImmutableMapBuilder | |
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
| Uses of ImmutableMapBuilder in com.google.common.collect |
|---|
| Methods in com.google.common.collect that return ImmutableMapBuilder | ||
|---|---|---|
static
|
ImmutableMapBuilder.fromMap(java.util.Map<K,V> map)
Creates a new ImmutableMapBuilder populated with the contents of map. |
|
ImmutableMapBuilder<K,V> |
ImmutableMapBuilder.put(K key,
V value)
Adds a key-value mapping to the map that will be returned by getMap. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||