Java org.apache.commons.lang3.mutable MutableObject fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang3.mutable MutableObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.lang3.mutable MutableObject.

The text is from its open source code.

Constructor

MutableObject(final T value)
Constructs a new MutableObject with the specified value.
MutableObject()
Constructs a new MutableObject with the default value of null.

Method

TgetValue()
Gets the value.
voidsetValue(final T value)
Sets the value.