| Class | Description |
|---|---|
| DelegateMap<K,V> |
A map which delegates all calls to the given map.
|
| SizeConstrainedMap<K,V> |
A map which is size constrained.
If more elements are added than the maximum size, the oldest elements will be removed. This map is not thread safe. |