Package org.apache.wicket.util.value

This package provides casting utilities.

See:
          Description

Interface Summary
IValueMap A Map interface that holds values, parses Strings, and exposes a variety of convenience methods.
 

Class Summary
AttributeMap ValueMap for attributes.
CopyOnWriteValueMap An implementation of IValueMap that makes a copy when a caller tries to change an immutable Map.
Count A class for counting things.
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.
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.
 

Package org.apache.wicket.util.value Description

This package provides casting utilities.



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