Uses of Package
org.apache.wicket.util.value

Packages that use org.apache.wicket.util.value
org.apache.wicket.util.lang   
org.apache.wicket.util.time Utilities for working with Time(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
LongValue
          A base class based on the Java long primitive for value classes that want to implement standard operations on that value without the pain of aggregating a Long object.
 

Classes in org.apache.wicket.util.value used by org.apache.wicket.util.time
LongValue
          A base class based on the Java long primitive for value classes that want to implement standard operations on that value without the pain of aggregating a Long object.
 

Classes in org.apache.wicket.util.value used by org.apache.wicket.util.value
IntValue
          A base class based on the Java int primitive for value classes that want to implement standard operations on that value without the pain of aggregating an Integer object.
IValueMap
          A Map interface that holds values, parses Strings, and exposes a variety of convenience methods.
LongValue
          A base class based on the Java long primitive for value classes that want to implement standard operations on that value without the pain of aggregating a Long object.
ValueMap
          A IValueMap implementation that holds values, parses Strings, and exposes a variety of convenience methods.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.