MutableBiMap interface.See: Description
| Class | Description |
|---|---|
| HashBiMap<K,V> |
A
MutableBiMap which uses two hash tables as its underlying data store. |
| MutableBiMapFactoryImpl | |
| SynchronizedBiMap<K,V> | |
| UnmodifiableBiMap<K,V> |
MutableBiMap interface.
This package contains:
HashBiMap - a MutableBiMap which uses two hash tables as its underlying data store.
Copyright © 2004–2022. All rights reserved.