| Class | Description |
|---|---|
| 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. |
Copyright © 2014 Molindo GmbH. All Rights Reserved.