| 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,V> ImmutableBiMap.Builder<K,V> | ImmutableBiMap. builder()Returns a new builder. | 
| ImmutableBiMap.Builder<K,V> | ImmutableBiMap.Builder. put(K key,
      V value)Associates  keywithvaluein the built bimap. | 
| ImmutableBiMap.Builder<K,V> | ImmutableBiMap.Builder. putAll(Map<? extends K,? extends V> map)Associates all of the given map's keys and values in the built bimap. | 
Copyright © 2010-2014. All Rights Reserved.