StringTokenizer

Undocumented in source.

Constructors

this
this(String )
Undocumented in source.
this
this(String , String )
Undocumented in source.
this
this(String , String , bool )
Undocumented in source.

Members

Functions

countTokens
int countTokens()
Undocumented in source. Be warned that the author may not have intended to support it.
hasMoreElements
bool hasMoreElements()
Undocumented in source. Be warned that the author may not have intended to support it.
hasMoreTokens
bool hasMoreTokens()
Undocumented in source. Be warned that the author may not have intended to support it.
nextElement
Object nextElement()
Undocumented in source. Be warned that the author may not have intended to support it.
nextToken
String nextToken()
Undocumented in source. Be warned that the author may not have intended to support it.
nextToken
String nextToken(String delim)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta