Overload List
Name | Description | |
---|---|---|
![]() |
StringTokenizer()()()() |
Empty Constructor. Will create an empty StringTokenizer with no source, no delimiter, and no tokens.
If you want to use this StringTokenizer you will have to call the NewSource(string s) method. You may
optionally call the NewDelim(string d) or NewDelim(char[] d) methods if you don't with to use the default
delimiter of " " (space).
|
![]() |
StringTokenizer(String) |
Constructor for StringTokenizer Class. The default delimiter of " " (space) is used.
|
![]() |
StringTokenizer(String, array<Char>[]()[][]) |
Constructor for StringTokenizer Class.
|
![]() |
StringTokenizer(String, String) |
Constructor for StringTokenizer Class.
|