Deprecated.
Creates a tokenizer that can tokenize the contents of this builder.
Deprecated.
Gets a new tokenizer instance which parses Comma Separated Value strings
initializing it with the given input.
Deprecated.
Gets a new tokenizer instance which parses Comma Separated Value strings
initializing it with the given input.
Deprecated.
Gets a new tokenizer instance which parses Comma Separated Value strings
initializing it with the given input.
Deprecated.
Gets a new tokenizer instance which parses Tab Separated Value strings.
Deprecated.
Gets a new tokenizer instance which parses Tab Separated Value strings.
Deprecated.
Gets a new tokenizer instance which parses Tab Separated Value strings.
Deprecated.
Resets this tokenizer, forgetting all parsing and iteration already completed.
StrTokenizer.reset(char[] input)
Deprecated.
Reset this tokenizer, giving it a new input string to parse.
Deprecated.
Reset this tokenizer, giving it a new input string to parse.
Deprecated.
Sets the field delimiter character.
Deprecated.
Sets the field delimiter matcher.
Deprecated.
Sets the field delimiter string.
Deprecated.
Sets whether the tokenizer should return empty tokens as null.
Deprecated.
Sets the character to ignore.
Deprecated.
Sets the matcher for characters to ignore.
Deprecated.
Sets whether the tokenizer should ignore and not return empty tokens.
Deprecated.
Sets the quote character to use.
Deprecated.
Sets the quote matcher to use.
Deprecated.
Sets the matcher for characters to trim.