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

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).
static
<K,V> HashBiMap<K,V>
HashBiMap.create(int expectedSize)
          Constructs a new, empty bimap with the specified expected size.
static
<K,V> HashBiMap<K,V>
HashBiMap.create(java.util.Map<? extends K,? extends V> map)
          Constructs a new bimap containing initial values from map.
 



Copyright © 2010 Google. All Rights Reserved.