|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.rpc.holders.DoubleHolder
public final class DoubleHolder
Holder for doubles.
| 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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, 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 | |||||||||