Uses of Class
org.eclipse.collections.impl.bimap.immutable.AbstractImmutableBiMap
-
Packages that use AbstractImmutableBiMap Package Description org.eclipse.collections.impl.bimap.immutable -
-
Uses of AbstractImmutableBiMap in org.eclipse.collections.impl.bimap.immutable
Subclasses of AbstractImmutableBiMap in org.eclipse.collections.impl.bimap.immutable Modifier and Type Class Description private static class
AbstractImmutableBiMap.Inverse<K,V>
(package private) class
ImmutableHashBiMap<K,V>
Fields in org.eclipse.collections.impl.bimap.immutable declared as AbstractImmutableBiMap Modifier and Type Field Description private AbstractImmutableBiMap<V,K>
AbstractImmutableBiMap. inverse
Constructors in org.eclipse.collections.impl.bimap.immutable with parameters of type AbstractImmutableBiMap Constructor Description AbstractImmutableBiMap(ImmutableMap<K,V> delegate, AbstractImmutableBiMap<V,K> valuesToKeys)
Inverse(ImmutableMap<K,V> delegate, AbstractImmutableBiMap<V,K> inverse)
-