Uses of Class
com.google.common.collect.ImmutableBiMapFauxverideShim
-
Packages that use ImmutableBiMapFauxverideShim Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of ImmutableBiMapFauxverideShim in com.google.common.collect
Subclasses of ImmutableBiMapFauxverideShim in com.google.common.collect Modifier and Type Class Description classImmutableBiMap<K,V>ABiMapwhose contents will never change, with many other important properties detailed atImmutableCollection.(package private) classJdkBackedImmutableBiMap<K,V>Implementation of ImmutableBiMap backed by a pair of JDK HashMaps, which have smartness protecting against hash flooding.(package private) classRegularImmutableBiMap<K,V>Bimap with zero or more mappings.private classRegularImmutableBiMap.Inverse(package private) classSingletonImmutableBiMap<K,V>Implementation ofImmutableMapwith exactly one entry.
-