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 theMutableBiMap
interface. -
-
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 class
AbstractMutableBiMap.Inverse<K,V>
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 AbstractMutableBiMap Modifier and Type Field Description private AbstractMutableBiMap<V,K>
AbstractMutableBiMap. inverse
Constructors 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)
-