Class TokenFilter.StringTokenizer

All Implemented Interfaces:
Cloneable, Tokenizer
Enclosing class:
TokenFilter

public static class TokenFilter.StringTokenizer extends StringTokenizer
class to tokenize the input as areas separated by white space, or by a specified list of delim characters. Behaves like java.util.StringTokenizer. if the stream starts with delim characters, the first token will be an empty string (unless the treat delims as tokens flag is set).
  • Constructor Details

    • StringTokenizer

      public StringTokenizer()