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 mutablebooleanwrapper.MutableByte A mutablebytewrapper.MutableDouble A mutabledoublewrapper.MutableFloat A mutablefloatwrapper.MutableInt A mutableintwrapper.MutableLong A mutablelongwrapper.MutableObject A mutableObjectwrapper.MutableShort A mutableshortwrapper.