| Interface | Description |
|---|---|
| Value<T> |
Generic mutable value holder for holding objects.
|
| Class | Description |
|---|---|
| LazyValue<T> |
Holder of a value that is computed lazy.
|
| MutableBoolean |
A mutable
boolean wrapper. |
| MutableByte |
A mutable
byte wrapper. |
| MutableDouble |
A mutable
double wrapper. |
| MutableFloat |
A mutable
float wrapper. |
| MutableInteger |
A mutable
int wrapper. |
| MutableLong |
A mutable
long wrapper. |
| MutableShort |
A mutable
short wrapper. |
Copyright © 2003-present Jodd Team