Package org.apache.commons.lang3.mutable
Provides typed mutable wrappers to primitive values and Object.
See: Description
-
Interface Summary Interface Description Mutable<T> 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<T> A mutableObjectwrapper.MutableShort A mutableshortwrapper.
Package org.apache.commons.lang3.mutable Description
Provides typed mutable wrappers to primitive values and Object.
- Since:
- 2.1
These classes are not thread-safe.
DMelt 3.0 © DataMelt by jWork.ORG