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

Package
Description
 
This package provides casting utilities.
  • Class
    Description
    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.
  • Class
    Description
    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.
    A Map interface that holds values, parses Strings, and exposes a variety of convenience methods.
    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.
    A IValueMap implementation that holds values, parses Strings, and exposes a variety of convenience methods.