Uses of Class
org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
-
Packages that use AbstractMutableBiMap Package Description org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface. -
-
Uses of AbstractMutableBiMap in org.eclipse.collections.impl.bimap.mutable
Subclasses of AbstractMutableBiMap in org.eclipse.collections.impl.bimap.mutable Modifier and Type Class Description private static classAbstractMutableBiMap.Inverse<K,V>classHashBiMap<K,V>AMutableBiMapwhich uses two hash tables as its underlying data store.Fields in org.eclipse.collections.impl.bimap.mutable declared as AbstractMutableBiMap Modifier and Type Field Description private AbstractMutableBiMap<V,K>AbstractMutableBiMap. inverseConstructors in org.eclipse.collections.impl.bimap.mutable with parameters of type AbstractMutableBiMap Constructor Description AbstractMutableBiMap(java.util.Map<K,V> delegate, AbstractMutableBiMap<V,K> valuesToKeys)Inverse(java.util.Map<K,V> delegate, AbstractMutableBiMap<V,K> inverse)
-