| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for working with collections.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
ImmutableBiMap.builder()
Returns a new builder.
|
ImmutableBiMap |
ImmutableBiMap.Builder.put(K key, V value)
Associates
key with
value in the built bimap.
|
ImmutableBiMap |
ImmutableBiMap.Builder.putAll(Map
Associates all of the given map's keys and values in the built bimap.
|