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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

ObjectgetValue()
Gets the value.
voidsetValue(Object value)
Sets the value.
StringtoString()
Returns the String value of this mutable.