Class RegularImmutableBiMap<K,V>

java.lang.Object
com.google.common.collect.ImmutableMap<K,V>
com.google.common.collect.ImmutableBiMap<K,V>
com.google.common.collect.RegularImmutableBiMap<K,V>
All Implemented Interfaces:
BiMap<K,V>, Serializable, Map<K,V>

class RegularImmutableBiMap<K,V> extends ImmutableBiMap<K,V>
Bimap with zero or more mappings.