Uses of Class
org.eclipse.collections.impl.bimap.AbstractBiMap
-
Packages that use AbstractBiMap Package Description org.eclipse.collections.impl.bimap.immutable org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface. -
-
Uses of AbstractBiMap in org.eclipse.collections.impl.bimap.immutable
Subclasses of AbstractBiMap in org.eclipse.collections.impl.bimap.immutable Modifier and Type Class Description classAbstractImmutableBiMap<K,V>private static classAbstractImmutableBiMap.Inverse<K,V>(package private) classImmutableHashBiMap<K,V> -
Uses of AbstractBiMap in org.eclipse.collections.impl.bimap.mutable
Subclasses of AbstractBiMap in org.eclipse.collections.impl.bimap.mutable Modifier and Type Class Description (package private) classAbstractMutableBiMap<K,V>private static classAbstractMutableBiMap.Inverse<K,V>classHashBiMap<K,V>AMutableBiMapwhich uses two hash tables as its underlying data store.
-