Uses of Class
com.google.common.collect.AbstractBiMap
Packages that use AbstractBiMap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of AbstractBiMap in com.google.common.collect
Subclasses of AbstractBiMap in com.google.common.collectModifier and TypeClassDescription(package private) static classThe inverse of any otherAbstractBiMapsubclass.final classABiMapbacked by twoEnumMapinstances.final classEnumHashBiMap<K extends Enum<K>,V> ABiMapbacked by anEnumMapinstance for keys-to-values, and aHashMapinstance for values-to-keys.Fields in com.google.common.collect declared as AbstractBiMapMethods in com.google.common.collect that return AbstractBiMapModifier and TypeMethodDescription(package private) AbstractBiMap<V,K> AbstractBiMap.makeInverse(Map<V, K> backward) Methods in com.google.common.collect with parameters of type AbstractBiMapModifier and TypeMethodDescription(package private) voidAbstractBiMap.setInverse(AbstractBiMap<V, K> inverse) Constructors in com.google.common.collect with parameters of type AbstractBiMapModifierConstructorDescriptionprivateAbstractBiMap(Map<K, V> backward, AbstractBiMap<V, K> forward) Private constructor for inverse bimap.(package private)