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> -
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 classHashBiMap<K,V>AMutableBiMapwhich uses two hash tables as its underlying data store.
-