Package components.utilities
package components.utilities
Provides the
FormatChecker
, Reporter
, and Tokenizer
utility classes.-
ClassesClassDescription
FormatChecker
utility class with methods to check whether aString
can be parsed as one of the primitive types (int
,long
,double
, orboolean
).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.