spring-binding

Package org.springframework.binding.collection

Collection related classes usable by other packages and systems.

See:
          Description

Interface Summary
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 Summary
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.
 

Package org.springframework.binding.collection Description

Collection related classes usable by other packages and systems.


spring-binding