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