Uses of Class
com.google.common.collect.EnumBiMap

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
<K extends Enum<K>,V extends Enum<V>>
EnumBiMap<K,V>
EnumBiMap.create(Class<K> keyType, Class<V> valueType)
          Returns a new, empty EnumBiMap using the specified key and value types.
static
<K extends Enum<K>,V extends Enum<V>>
EnumBiMap<K,V>
EnumBiMap.create(Map<K,V> map)
          Returns a new bimap with the same mappings as the specified map.
 



Copyright © 2010-2012. All Rights Reserved.