| Interface | Description |
|---|---|
| IValueMap |
A
Map interface that holds values, parses Strings, and exposes a
variety of convenience methods. |
| Class | Description |
|---|---|
| AttributeMap |
ValueMap for attributes. |
| CopyOnWriteValueMap |
An implementation of
IValueMap that makes a copy when a caller tries to change an
immutable Map. |
| 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. |
This package provides casting utilities.
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.