See: Description
Interface | Description |
---|---|
MapAdaptable<K,V> |
An object whose contents are capable of being exposed as a map.
|
SharedMap<K,V> |
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.
|
MapAccessor<K,V> |
A simple, generic decorator for getting attributes out of a map.
|
SharedMapDecorator<K,V> |
A map decorator that implements
SharedMap . |
StringKeyedMapAdapter<V> |
Base class for map adapters whose keys are String values.
|