Uses of Class
com.google.common.collect.AbstractBiMap
-
Packages that use AbstractBiMap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of AbstractBiMap in com.google.common.collect
Subclasses of AbstractBiMap in com.google.common.collect Modifier and Type Class Description (package private) static classAbstractBiMap.Inverse<K,V>The inverse of any otherAbstractBiMapsubclass.classEnumBiMap<K extends java.lang.Enum<K>,V extends java.lang.Enum<V>>ABiMapbacked by twoEnumMapinstances.classEnumHashBiMap<K extends java.lang.Enum<K>,V>ABiMapbacked by anEnumMapinstance for keys-to-values, and aHashMapinstance for values-to-keys.Fields in com.google.common.collect declared as AbstractBiMap Modifier and Type Field Description (package private) AbstractBiMap<V,K>AbstractBiMap. inverseMethods in com.google.common.collect that return AbstractBiMap Modifier and Type Method Description (package private) AbstractBiMap<V,K>AbstractBiMap. makeInverse(java.util.Map<V,K> backward)Methods in com.google.common.collect with parameters of type AbstractBiMap Modifier and Type Method Description (package private) voidAbstractBiMap. setInverse(AbstractBiMap<V,K> inverse)Constructors in com.google.common.collect with parameters of type AbstractBiMap Constructor Description AbstractBiMap(java.util.Map<K,V> backward, AbstractBiMap<V,K> forward)Private constructor for inverse bimap.Inverse(java.util.Map<K,V> backward, AbstractBiMap<V,K> forward)
-