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