Package org.eclipse.collections.impl.bimap.mutable
This package contains implementations of the
MutableBiMap interface.
This package contains:
-
HashBiMap- aMutableBiMapwhich uses two hash tables as its underlying data store.
-
Class Summary Class Description HashBiMap<K,V> AMutableBiMapwhich uses two hash tables as its underlying data store.MutableBiMapFactoryImpl SynchronizedBiMap<K,V> UnmodifiableBiMap<K,V>