Package org.apache.commons.lang3.mutable

Provides typed mutable wrappers to primitive values and Object.

See: Description

Package org.apache.commons.lang3.mutable Description

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
Version:
$Id: package-info.java 1559146 2014-01-17 15:23:19Z britter $

Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.