| Package | Description |
|---|---|
| org.apache.wicket.util.value |
This package provides casting utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeMap
ValueMap for attributes. |
class |
CopyOnWriteValueMap
An implementation of
IValueMap that makes a copy when a caller tries to change an
immutable Map. |
class |
ValueMap
A
IValueMap implementation that holds values, parses Strings, and
exposes a variety of convenience methods. |
| Modifier and Type | Method and Description |
|---|---|
IValueMap |
ValueMap.makeImmutable() |
IValueMap |
IValueMap.makeImmutable()
Makes this
IValueMap immutable by changing the underlying map representation to
a Collections.unmodifiableMap. |
IValueMap |
CopyOnWriteValueMap.makeImmutable() |
| Constructor and Description |
|---|
CopyOnWriteValueMap(IValueMap wrapped)
Constructor.
|
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.