Class JdkBackedImmutableBiMap<K,V>

All Implemented Interfaces:
BiMap<K,V>, Serializable, Map<K,V>

final class JdkBackedImmutableBiMap<K,V> extends ImmutableBiMap<K,V>
Implementation of ImmutableBiMap backed by a pair of JDK HashMaps, which have smartness protecting against hash flooding.