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 classAbstractImmutableBiMap.Inverse<K,V>(package private) classImmutableHashBiMap<K,V>Fields in org.eclipse.collections.impl.bimap.immutable declared as AbstractImmutableBiMap Modifier and Type Field Description private AbstractImmutableBiMap<V,K>AbstractImmutableBiMap. inverseConstructors 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)
-