Uses of Class
org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
Packages that use AbstractMutableBiMap
-
Uses of AbstractMutableBiMap in org.eclipse.collections.impl.bimap.mutable
Subclasses of AbstractMutableBiMap in org.eclipse.collections.impl.bimap.mutableModifier and TypeClassDescriptionprivate static class
class
HashBiMap<K,
V> AMutableBiMap
which uses two hash tables as its underlying data store.Fields in org.eclipse.collections.impl.bimap.mutable declared as AbstractMutableBiMapConstructors in org.eclipse.collections.impl.bimap.mutable with parameters of type AbstractMutableBiMapModifierConstructorDescriptionprivate
AbstractMutableBiMap
(Map<K, V> delegate, AbstractMutableBiMap<V, K> valuesToKeys) (package private)