See: Description
Interface | Description |
---|---|
MapAdaptable |
An object whose contents are capable of being exposed as an unmodifiable map.
|
SharedMap |
A simple subinterface of
Map that exposes a mutex that application code can synchronize on. |
Class | Description |
---|---|
AbstractCachingMapDecorator<K,V> |
A simple decorator for a Map, encapsulating the workflow for caching
expensive values in a target Map.
|
CompositeIterator |
Iterator that combines multiple other iterators.
|
MapAccessor |
A simple, generic decorator for getting attributes out of a map.
|
SharedMapDecorator |
A map decorator that implements
SharedMap . |
StringKeyedMapAdapter |
Base class for map adapters whose keys are String values.
|
Collection related classes usable by other packages and systems.