Method |
Description |
countTokens( )
|
Returns the number of tokens remaining in the specified string tokenizer object. |
hasMoreElements( )
|
Returns whether the specified string tokenizer object has more tokens. |
hasMoreTokens( )
|
Returns whether the specified string tokenizer object has more tokens. |
nextElement( )
|
Returns the next element of the specified string tokenizer object. |
nextToken( )
|
Returns the next token from the specified string tokenizer object. |
StringTokenizer( )
|
Returns a new string tokenizer object for the specified string with the given delimiters separating tokens. |