|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.util.OptionList
Field Summary | |
(package private) int |
iopt
|
(package private) boolean[] |
options
|
(package private) java.lang.StringBuffer |
optlist
|
Constructor Summary | |
(package private) |
OptionList()
|
Method Summary | |
(package private) void |
add(char c)
|
(package private) boolean |
hasNext()
|
private char |
intToOpt(int i)
Translates an option index code into the corresponding character |
(package private) boolean |
isOption(char c)
|
(package private) char |
next()
|
private int |
optToInt(char c)
Converts a option character into its index |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.lang.StringBuffer optlist
boolean[] options
int iopt
Constructor Detail |
OptionList()
Method Detail |
void add(char c)
final boolean hasNext()
final char next()
final boolean isOption(char c)
private int optToInt(char c)
c
- option char to convert (a-zA-Z0-9)
private char intToOpt(int i)
i
- index code
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |