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 class
ImmutableBiMap<K,V>
ABiMap
whose contents will never change, with many other important properties detailed atImmutableCollection
.(package private) class
JdkBackedImmutableBiMap<K,V>
Implementation of ImmutableBiMap backed by a pair of JDK HashMaps, which have smartness protecting against hash flooding.(package private) class
RegularImmutableBiMap<K,V>
Bimap with zero or more mappings.private class
RegularImmutableBiMap.Inverse
(package private) class
SingletonImmutableBiMap<K,V>
Implementation ofImmutableMap
with exactly one entry.
-