Package org.apache.commons.lang3.mutable
Provides typed mutable wrappers to primitive values and Object. These wrappers are similar to the wrappers provided by the Java API, but allow the wrapped value to be changed without needing to create a separate wrapper object. These classes are not thread-safe.
- Since:
- 2.1
-
Interface Summary Interface Description Mutable<T> 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<T> A mutableObject
wrapper.MutableShort A mutableshort
wrapper.