Package org.springframework.binding.collection
package org.springframework.binding.collection
Collection related classes usable by other packages and systems.
-
ClassDescriptionA 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.MapAdaptable<K,V> An object whose contents are capable of being exposed as a map.SharedMap<K,V> A simple subinterface ofMap
that exposes a mutex that application code can synchronize on.SharedMapDecorator<K,V> A map decorator that implementsSharedMap
.Base class for map adapters whose keys are String values.