Package org.eclipse.collections.impl.bimap.mutable
package org.eclipse.collections.impl.bimap.mutable
This package contains implementations of the
MutableBiMap
interface.
This package contains:
-
HashBiMap
- aMutableBiMap
which uses two hash tables as its underlying data store.
-
ClassDescriptionHashBiMap<K,
V> AMutableBiMap
which uses two hash tables as its underlying data store.SynchronizedBiMap<K,V> UnmodifiableBiMap<K,V>