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