wicket.util.value
Class AttributeMap

java.lang.Object
  extended bywicket.util.value.ValueMap
      extended bywicket.util.value.AttributeMap
All Implemented Interfaces:
java.util.Map, java.io.Serializable

public final class AttributeMap
extends ValueMap

ValueMap for attribtues.

Author:
Eelco Hillenius
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
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
 void putAll(java.util.Map map)
          Puts all pairs of the given map in this map, converting all keys to lower case strings along the way.
 
Methods inherited from class wicket.util.value.ValueMap
clear, containsKey, containsValue, entrySet, get, getBoolean, getDouble, getDuration, getInt, getInt, getLong, getLong, getString, getStringValue, getTime, isEmpty, isImmutable, keySet, makeImmutable, put, remove, size, toDebugString, toString, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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
Method Detail

putAll

public void putAll(java.util.Map map)
Puts all pairs of the given map in this map, converting all keys to lower case strings along the way.

Specified by:
putAll in interface java.util.Map
Overrides:
putAll in class ValueMap
Parameters:
map - the map to add to this map
See Also:
ValueMap.putAll(java.util.Map)


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