Class HashBiMap<K,V>

java.lang.Object
org.eclipse.collections.impl.bimap.AbstractBiMap<K,V>
org.eclipse.collections.impl.bimap.mutable.HashBiMap<K,V>
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, Iterable<V>, Map<K,V>, BiMap<K,V>, MutableBiMap<K,V>, InternalIterable<V>, MapIterable<K,V>, MutableMapIterable<K,V>, RichIterable<V>

public class HashBiMap<K,V> extends AbstractBiMap<K,V> implements Externalizable
A MutableBiMap which uses two hash tables as its underlying data store.
Since:
4.2
See Also: