|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectargparser.FloatHolder
Wrapper class which ``holds'' a float value, enabling methods to return float values through arguments.
Field Summary | |
float |
value
Value of the float, set and examined by the application as needed. |
Constructor Summary | |
FloatHolder()
Constructs a new FloatHolder with an initial
value of 0. |
|
FloatHolder(float f)
Constructs a new FloatHolder with a
specific initial value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public float value
Constructor Detail |
public FloatHolder()
FloatHolder
with an initial
value of 0.
public FloatHolder(float f)
FloatHolder
with a
specific initial value.
f
- Initial float value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |