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

Packages that use HashBiMap
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
 

Uses of HashBiMap in com.google.common.collect
 

Methods in com.google.common.collect that return HashBiMap
static
<K,V> HashBiMap<K,V>
HashBiMap.create()
          Returns a new empty HashBiMap with the default initial capacity (16).
 



Copyright © 2007-2009 Google. All Rights Reserved.