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