org.springframework.binding.collection |
Collection related classes usable by other packages and systems.
|
Java Source File Name | Type | Comment |
CompositeIterator.java | Class | Iterator that combines multiple other iterators. |
MapAccessor.java | Class | A simple, generic decorator for getting attributes out of a map. |
MapAdaptable.java | Interface | An object whose contents are capable of being exposed as an unmodifiable map. |
SharedMap.java | Interface | A simple subinterface of
Map that exposes a mutex that
application code can synchronize on.
Expected to be implemented by Maps that are backed by shared objects that
require synchronization between multiple threads. |
SharedMapDecorator.java | Class | A map decorator that implements SharedMap . |
StringKeyedMapAdapter.java | Class | Base class for map adapters whose keys are String values. |