Spring Web Flow

Package org.springframework.binding.collection

Collection related classes usable by other packages and systems.

See:
          Description

Interface Summary
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 Summary
CompositeIterator<E> Deprecated. in favor of CompositeIterator
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.
 

Package org.springframework.binding.collection Description

Collection related classes usable by other packages and systems.


Spring Web Flow