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