Trivial-about StringTokenizer, stringtokenizer
Belongs to: java. util package
Constructor:
1. StringTokenizer (String str): constructs a StringTokenizer object used to parse str. The default delimiter for java is space, tab ('\ t'), line feed (' \
In the Java language, there are 4 classes that can manipulate characters or strings, which are character, string, StringBuffer, StringTokenizer, where character is used for a single character operation, string for string manipulation, is an
Stringtokenizer is an application class used to separate strings. It is equivalent to the split function of VB.1. ConstructorPublic stringtokenizer (string Str)Public stringtokenizer (string STR, string delim)Public stringtokenizer (string STR,
StringTokenizer is an application class that separates strings, which is equivalent to the Split function of VB.1. ConstructorsPublic StringTokenizer (String str)Public StringTokenizer (String str, string Delim)Public StringTokenizer (String str,
Stringtokenizer is an application class used to separate strings. It is equivalent to the split function of VB.1. ConstructorPublic stringtokenizer (string Str)Public stringtokenizer (string STR, string delim)Public stringtokenizer (string STR,
StringTokenizer is an application class that separates strings, which is equivalent to the Split function of VB. 1. ConstructorsPublic StringTokenizer (String str)Public StringTokenizer (String str, string delim)Public StringTokenizer (String str,
Stringtokenizer is an application class used to separate strings., Which is equivalent to the split function of VB.1. ConstructorPublic stringtokenizer (string Str)Public stringtokenizer (string STR, string delim)Public stringtokenizer (string STR,
Extension:Pattern.split replaces String.Split http://www.cnblogs.com/gnivor/p/4386978.htmlStringTokenizer is an application class used to separate strings.1. Constructor function.1. StringTokenizer (String str): Constructs a StringTokenizer object
Stringtokenizer: String-separated parsing TypeBelongs to: Java. util package.
1. constructor.
1. stringtokenizer (string Str): constructs a stringtokenizer object used to parse Str. The default separators in Java are space, tab ('/t'), line feed ('
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.