Package org.apache.wicket.util.value
This package provides casting utilities.
-
Interface Summary Interface Description IValueMap AMap
interface that holds values, parsesString
s, and exposes a variety of convenience methods. -
Class Summary Class Description AttributeMap Map of values, extendingValueMap
with methods for generating (HTML) markup attributes.CopyOnWriteValueMap An implementation ofIValueMap
that makes a copy when a caller tries to change an immutableMap
.IntValue A base class based on the Javaint
primitive for value classes that want to implement standard operations on that value without the pain of aggregating anInteger
object.LongValue A base class based on the Javalong
primitive for value classes that want to implement standard operations on that value without the pain of aggregating aLong
object.ValueMap AIValueMap
implementation that holds values, parsesString
s, and exposes a variety of convenience methods.