Class RegularImmutableBiMap.Inverse

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

private final class RegularImmutableBiMap.Inverse extends ImmutableBiMap<V,K>
  • Constructor Details

    • Inverse

      private Inverse()
  • Method Details