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



Copyright © 2009 Spring Framework. All Rights Reserved.