Uses of Class
org.eclipse.collections.impl.bimap.AbstractBiMap
Packages that use AbstractBiMap
-
Uses of AbstractBiMap in org.eclipse.collections.impl.bimap.immutable
Subclasses of AbstractBiMap in org.eclipse.collections.impl.bimap.immutableModifier and TypeClassDescriptionclass
private static class
(package private) final class
ImmutableHashBiMap<K,
V> -
Uses of AbstractBiMap in org.eclipse.collections.impl.bimap.mutable
Subclasses of AbstractBiMap in org.eclipse.collections.impl.bimap.mutableModifier and TypeClassDescription(package private) class
AbstractMutableBiMap<K,
V> private static class
class
HashBiMap<K,
V> AMutableBiMap
which uses two hash tables as its underlying data store.