wicket.util.value
Class AttributeMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by wicket.util.value.ValueMap
              extended by wicket.util.value.AttributeMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public final class AttributeMap
extends ValueMap

ValueMap for attributes.

Author:
Eelco Hillenius
See Also:
Serialized Form

Field Summary
 
Fields inherited from class wicket.util.value.ValueMap
EMPTY_MAP
 
Constructor Summary
AttributeMap()
          Constructs an empty map.
AttributeMap(java.util.Map map)
          Copy constructor.
 
Method Summary
 
Methods inherited from class wicket.util.value.ValueMap
add, clear, getBoolean, getCharSequence, getDouble, getDouble, getDuration, getInt, getInt, getKey, getLong, getLong, getString, getString, getStringArray, getStringValue, getTime, isImmutable, makeImmutable, put, putAll, remove, toString
 
Methods inherited from class java.util.HashMap
clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

AttributeMap

public AttributeMap()
Constructs an empty map.


AttributeMap

public AttributeMap(java.util.Map map)
Copy constructor.

Parameters:
map - Map to be copied


Copyright © 2004-2007 Wicket developers. All Rights Reserved.