Package wicket.util.value

Casting utilities.

See:
          Description

Class Summary
AttributeMap ValueMap for attributes.
Count A class for counting things.
IntValue A base class for value classes based on a Java int primitive which want to implement standard operations on that value without the pain of aggregating a Integer object.
LongValue A base class for value classes based on a Java long primitive which want to implement standard operations on that value without the pain of aggregating a Long object.
ValueMap A Map implementation that holds values, parses strings and exposes a variety of convenience methods.
 

Package wicket.util.value Description

Casting utilities.



Copyright © 2004-2007 Wicket developers. All Rights Reserved.