Uses of Class
com.google.common.collect.HashBiMap
-
Packages that use HashBiMap Package Description 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 Modifier and Type Method Description static <K,V>
HashBiMap<K,V>HashBiMap. create()
Returns a new, emptyHashBiMap
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(Map<? extends K,? extends V> map)
Constructs a new bimap containing initial values frommap
.
-