Package components.utilities


package components.utilities
Provides the FormatChecker, Reporter, and Tokenizer utility classes.
  • Classes
    Class
    Description
    FormatChecker utility class with methods to check whether a String can be parsed as one of the primitive types (int, long, double, or boolean).
    Reporter utility class with methods to report various kinds of notifications.
    Tokenizer utility class with methods to tokenize an input stream and to perform various checks on tokens.