| Package | Description | 
|---|---|
| java.util | Utilities | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | StringTokenizer. nextElement()This does the same as nextTokens. | 
| String | StringTokenizer. nextToken()Returns the nextToken of the string. | 
| String | StringTokenizer. nextToken(String delim)Returns the nextToken, changing the delimiter set to the given
  delim. |