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