Uses of Class
org.eclipse.collections.impl.bimap.immutable.AbstractImmutableBiMap
Packages that use AbstractImmutableBiMap
-
Uses of AbstractImmutableBiMap in org.eclipse.collections.impl.bimap.immutable
Subclasses of AbstractImmutableBiMap in org.eclipse.collections.impl.bimap.immutableModifier and TypeClassDescriptionprivate static class
(package private) final class
ImmutableHashBiMap<K,
V> Fields in org.eclipse.collections.impl.bimap.immutable declared as AbstractImmutableBiMapModifier and TypeFieldDescriptionprivate final AbstractImmutableBiMap
<V, K> AbstractImmutableBiMap.inverse
Constructors in org.eclipse.collections.impl.bimap.immutable with parameters of type AbstractImmutableBiMapModifierConstructorDescriptionprivate
AbstractImmutableBiMap
(ImmutableMap<K, V> delegate, AbstractImmutableBiMap<V, K> valuesToKeys) (package private)
Inverse
(ImmutableMap<K, V> delegate, AbstractImmutableBiMap<V, K> inverse)