Class Summary |
CheckUtils |
CheckUtils provides utitilies for precondition checking. |
CircularLog |
CircularLog is useful to provide the last 'n' log messages in a crash event, when extremely
verbose logging is desired, and outputting to stdout/err would cause problems due to the amount
of output. |
IOUtils |
IOUtils contains useful IO utility methods. |
MathUtils |
MathUtils provides some math utility methods. |
StringPrintWriter |
A StringPrintWriter gives an easy way to work with a lazy-initialized pair of StringWriter and
PrintWriter objects. |