|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.rpc.holders.FloatHolder
public final class FloatHolder
Holder for float
s.
Field Summary | |
---|---|
float |
value
The byte contained by this holder. |
Constructor Summary | |
---|---|
FloatHolder()
Make a new FloatHolder with a null value. |
|
FloatHolder(float value)
Make a new FloatHolder with value as
the value. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float value
byte
contained by this holder.
Constructor Detail |
---|
public FloatHolder()
FloatHolder
with a null
value.
public FloatHolder(float value)
FloatHolder
with value
as
the value.
value
- the float
to hold
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |