Package org.apache.commons.lang3.mutable

Provides typed mutable wrappers to primitive values and Object.

See:
          Description

Interface Summary
Mutable<T> Provides mutable access to a value.
 

Class Summary
MutableBoolean A mutable boolean wrapper.
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<T> A mutable Object wrapper.
MutableShort A mutable short wrapper.
 

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.



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.