|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EnumHashBiMap | |
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
| Uses of EnumHashBiMap in com.google.common.collect |
|---|
| Methods in com.google.common.collect that return EnumHashBiMap | ||
|---|---|---|
static
|
Maps.newEnumHashBiMap(java.lang.Class<K> keyType)
Returns a new empty EnumHashBiMap using the specified key type. |
|
| Constructors in com.google.common.collect with parameters of type EnumHashBiMap | |
|---|---|
EnumHashBiMap(EnumHashBiMap<K,? extends V> map)
Constructs a new bimap with the same key type as the specified map, initially containing the same mappings (if any). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||