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

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
<K extends java.lang.Enum<K>,V>
EnumHashBiMap<K,V>
Maps.newEnumHashBiMap(java.lang.Class<K> keyType)
          Returns a new empty EnumHashBiMap using the specified key type.
 



Copyright © 2007-2008 Google. All Rights Reserved.