Package org.apache.commons.lang.mutable
Provides typed mutable wrappers to primitive values and Object.
- Since:
- 2.1
These classes are not thread-safe.
-
Interface Summary Interface Description Mutable Provides mutable access to a value. -
Class Summary Class Description MutableBoolean A mutableboolean
wrapper.MutableByte A mutablebyte
wrapper.MutableDouble A mutabledouble
wrapper.MutableFloat A mutablefloat
wrapper.MutableInt A mutableint
wrapper.MutableLong A mutablelong
wrapper.MutableObject A mutableObject
wrapper.MutableShort A mutableshort
wrapper.