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 java.lang.Enum<K>,V extends java.lang.Enum<V>>
EnumBiMap<K,V>
Maps.newEnumBiMap(java.lang.Class<K> keyType, java.lang.Class<V> valueType)
          Returns a new empty EnumBiMap using the specified key and value types.
 



Copyright © 2007-2008 Google. All Rights Reserved.