|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
wicket.util.value.ValueMap
wicket.util.value.AttributeMap
public final class AttributeMap
ValueMap for attributes.
| 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 |
|---|
public AttributeMap()
public AttributeMap(java.util.Map map)
map - Map to be copied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||