Package org.apache.wicket.util.value
This package provides casting utilities.
-
Interface Summary Interface Description IValueMap AMapinterface that holds values, parsesStrings, and exposes a variety of convenience methods. -
Class Summary Class Description AttributeMap Map of values, extendingValueMapwith methods for generating (HTML) markup attributes.CopyOnWriteValueMap An implementation ofIValueMapthat makes a copy when a caller tries to change an immutableMap.IntValue A base class based on the Javaintprimitive for value classes that want to implement standard operations on that value without the pain of aggregating anIntegerobject.LongValue A base class based on the Javalongprimitive for value classes that want to implement standard operations on that value without the pain of aggregating aLongobject.ValueMap AIValueMapimplementation that holds values, parsesStrings, and exposes a variety of convenience methods.