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 classImmutableHashBiMap<K,V> Fields in org.eclipse.collections.impl.bimap.immutable declared as AbstractImmutableBiMapModifier and TypeFieldDescriptionprivate final AbstractImmutableBiMap<V, K> AbstractImmutableBiMap.inverseConstructors in org.eclipse.collections.impl.bimap.immutable with parameters of type AbstractImmutableBiMapModifierConstructorDescriptionprivateAbstractImmutableBiMap(ImmutableMap<K, V> delegate, AbstractImmutableBiMap<V, K> valuesToKeys) (package private)Inverse(ImmutableMap<K, V> delegate, AbstractImmutableBiMap<V, K> inverse)