public class FloatHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
float |
value
Value of the float, set and examined by the application as needed.
|
Constructor and Description |
---|
FloatHolder()
Constructs a new
FloatHolder with an initial value of 0. |
FloatHolder(float f)
Constructs a new
FloatHolder with a specific initial value. |