| Interface | Description |
|---|---|
| IMutableInteger<IMPLTYPE extends IMutableInteger<IMPLTYPE>> |
Base interface for mutable numeric values
|
| IMutableNumeric<IMPLTYPE extends IMutableNumeric<IMPLTYPE>> |
Base interface for mutable numeric values
|
| IMutableObject<IMPLTYPE extends IMutableObject<IMPLTYPE>> |
Base interface for all mutable objects
|
| Class | Description |
|---|---|
| AbstractMutableInteger<IMPLTYPE extends AbstractMutableInteger<IMPLTYPE>> |
Base implementation class for
IMutableInteger transitively extending
Number class. |
| AbstractMutableNumeric<IMPLTYPE extends AbstractMutableNumeric<IMPLTYPE>> |
Base implementation class for
IMutableNumeric extending
Number class. |
| MutableBigDecimal |
Object wrapper around a
BigDecimal so that it can be passed a final
object but is mutable. |
| MutableBigInteger |
Object wrapper around a
BigInteger so that it can be passed a final
object but is mutable. |
| MutableBoolean |
Object wrapper around a boolean so that it can be passed a final object but
is mutable.
|
| MutableByte |
Object wrapper around a byte so that it can be passed a final object but is
mutable.
|
| MutableChar |
Object wrapper around a char so that it can be passed a final object but is
mutable.
|
| MutableDouble |
Object wrapper around a double so that it can be passed a final object but is
mutable.
|
| MutableFloat |
Object wrapper around a float so that it can be passed a final object but is
mutable.
|
| MutableInt |
Object wrapper around an int so that it can be passed a final object but is
mutable.
|
| MutableLong |
Object wrapper around a long so that it can be passed a final object but is
mutable.
|
| MutableShort |
Object wrapper around a short so that it can be passed a final object but is
mutable.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.