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