Package org.apache.commons.lang.mutable
Since2.1
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
Mutable Provides mutable access to a value.
Classes
MutableByte A mutable byte wrapper.
MutableDouble A mutable double wrapper.
MutableFloat A mutable float wrapper.
MutableInt A mutable int wrapper.
MutableLong A mutable long wrapper.
MutableObject A mutable Object wrapper.
MutableShort A mutable short wrapper.
Provides typed mutable wrappers to primitive values and Object.