|
-bottom | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- type of tokenspublic interface Tokenizer<E>
Defines a generic StringTokenizer-style interface.
StringTokenizer
Method Summary | |
---|---|
int |
countTokens()
Indicates how many tokens are left. |
boolean |
hasMoreTokens()
Indicates if more tokens are available. |
E |
nextToken()
Returns the next token. |
Method Detail |
---|
boolean hasMoreTokens()
E nextToken()
NoSuchElementException
- if no more tokens availableint countTokens()
nextToken()
will cause the count to reduce.
|
-bottom | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |