Skip navigation links

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
Skip navigation links

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