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.com.google.common.testing This package contains testing utilities. -
-
Uses of HashBiMap in com.google.common.collect
Fields in com.google.common.collect declared as HashBiMap Modifier and Type Field Description private HashBiMap<K,V>HashBiMap.InverseSerializedForm. bimapMethods in com.google.common.collect that return HashBiMap Modifier and Type Method Description static <K,V>
HashBiMap<K,V>HashBiMap. create()Returns a new, emptyHashBiMapwith 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 frommap.Constructors in com.google.common.collect with parameters of type HashBiMap Constructor Description InverseSerializedForm(HashBiMap<K,V> bimap) -
Uses of HashBiMap in com.google.common.testing
Methods in com.google.common.testing that return HashBiMap Modifier and Type Method Description private static <K,V>
HashBiMap<K,V>FreshValueGenerator. generateHashBiMap(K key, V value)
-