|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaspack.util.FloatHolder
public class 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. |
Method Summary |
---|
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 |