Uses of Package
org.apache.wicket.util.value
-
Packages that use org.apache.wicket.util.value Package Description org.apache.wicket.util.lang org.apache.wicket.util.time Utilities for working withTime(s).org.apache.wicket.util.value This package provides casting utilities. -
Classes in org.apache.wicket.util.value used by org.apache.wicket.util.lang Class Description 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. -
Classes in org.apache.wicket.util.value used by org.apache.wicket.util.time Class Description 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. -
Classes in org.apache.wicket.util.value used by org.apache.wicket.util.value Class Description 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.IValueMap AMapinterface that holds values, parsesStrings, and exposes a variety of convenience methods.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.