Class AbstractThreadSafeAttributeMap<V>

java.lang.Object
java.util.AbstractMap<String,V>
org.apache.myfaces.util.lang.AbstractThreadSafeAttributeMap<V>
All Implemented Interfaces:
Map<String,V>
Direct Known Subclasses:
ApplicationMap, SessionMap

public abstract class AbstractThreadSafeAttributeMap<V> extends AbstractMap<String,V>
Helper Map implementation for use with different Attribute Maps.
Version:
$Revision$ $Date$
Author:
Anton Koinov (latest modification by $Author$)