| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HashBiMap | |
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. | 
| Uses of HashBiMap in com.google.common.collect | 
|---|
| Methods in com.google.common.collect that return HashBiMap | ||
|---|---|---|
static
 | 
HashBiMap.create()
Returns a new, empty HashBiMap with the default initial capacity
 (16). | 
|
static
 | 
HashBiMap.create(int expectedSize)
Constructs a new, empty bimap with the specified expected size.  | 
|
static
 | 
HashBiMap.create(Map<? extends K,? extends V> map)
Constructs a new bimap containing initial values from map. | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||