|
Voyager ORB | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectspace.lib.holder.FloatHolder
A FloatHolder allows the final value of a float argument to be propagated back to the client.
Field Summary | |
float |
value
The actual value. |
Constructor Summary | |
FloatHolder()
Construct myself with the default value of 0.0. |
|
FloatHolder(float value)
Construct myself with the specified initial value. |
Method Summary | |
java.lang.String |
toString()
Return a string that describes me. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public float value
Constructor Detail |
public FloatHolder()
public FloatHolder(float value)
value
- The initial value.Method Detail |
public java.lang.String toString()
|
ObjectSpace Inc. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |