|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectargparser.LongHolder
Wrapper class which ``holds'' a long value, enabling methods to return long values through arguments.
Field Summary | |
long |
value
Value of the long, set and examined by the application as needed. |
Constructor Summary | |
LongHolder()
Constructs a new LongHolder with an initial
value of 0. |
|
LongHolder(long l)
Constructs a new LongHolder with a
specific initial value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public long value
Constructor Detail |
public LongHolder()
LongHolder
with an initial
value of 0.
public LongHolder(long l)
LongHolder
with a
specific initial value.
l
- Initial long value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |