| Constructor and Description |
|---|
SimpleStringTokenizer(String subject,
char delim)
Gets the different part of a string which are separated by the delimiter.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<String> |
iterator() |
static String[] |
split(String subject,
char delim)
Splits the string at the delimiter character.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic SimpleStringTokenizer(String subject, char delim)
subject - the stringdelim - the character to split at