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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.commons.lang.mutable.MutableFloat has subclasses.
Click this link to see all its subclasses.

Constructor

MutableFloat(float value)
Constructs a new MutableFloat with the specified value.
MutableFloat(Number value)
Constructs a new MutableFloat with the specified value.

Method

floatfloatValue()
Returns the value of this MutableFloat as a float.
voidsetValue(float value)
Sets the value.
voidsetValue(Object value)
Sets the value from any Number instance.