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, wait
forEach, spliterator
public SimpleStringTokenizer(String subject, char delim)
subject
- delim
-