public class WStringTokenizer extends StringTokenizer
Constructor and Description |
---|
WStringTokenizer(String str,
String delim) |
Modifier and Type | Method and Description |
---|---|
int |
countTokens() |
boolean |
hasMoreElements() |
boolean |
hasMoreTokens() |
Object |
nextElement() |
String |
nextToken() |
String |
nextToken(String delim) |
public int countTokens()
countTokens
in class StringTokenizer
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<Object>
hasMoreElements
in class StringTokenizer
public boolean hasMoreTokens()
hasMoreTokens
in class StringTokenizer
public Object nextElement()
nextElement
in interface Enumeration<Object>
nextElement
in class StringTokenizer
public String nextToken() throws NoSuchElementException
nextToken
in class StringTokenizer
NoSuchElementException
public String nextToken(String delim) throws NoSuchElementException
nextToken
in class StringTokenizer
NoSuchElementException