|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.rpc.holders.DoubleWrapperHolder
public final class DoubleWrapperHolder
Holder for Doubles.
| Field Summary | |
|---|---|
java.lang.Double |
value
The Double contained by this holder. |
| Constructor Summary | |
|---|---|
DoubleWrapperHolder()
Make a new DoubleWrapperHolder with a null value. |
|
DoubleWrapperHolder(java.lang.Double value)
Make a new DoubleWrapperHolder 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 java.lang.Double value
Double contained by this holder.
| Constructor Detail |
|---|
public DoubleWrapperHolder()
DoubleWrapperHolder with a null value.
public DoubleWrapperHolder(java.lang.Double value)
DoubleWrapperHolder 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 | |||||||||