| Class | Description |
|---|---|
| ByteArrayReader | |
| ByteBufferReader | |
| ByteReader | |
| Classpath | |
| Collections | |
| CommaSeparated |
CommaSeparated provides an easy way to build comma separated lists
within a String or a StringBuilder.
|
| Crypto | |
| ImmutableArray<T> | |
| IndentingStringBuilder |
Abstract class for building wrappers around StringBuilder that can be used to
pre-format pretty-printed output for debugging purposes.
|
| JavaAssert |
Provides a means to detect whether or not Java assert is enabled via the command-line.
|
| JsonUtils | |
| MutableReference<T> | |
| OSInfo | |
| ParentheticalStringBuilder |
IndentingStringBuilder that can be used to wrap appended material with an opening
and closing String, but only if any material is written.
|
| PlainStringBuilder |
Implementation of
IndentingStringBuilder that ignores formatting
commands, or only emits single whitespaces as appropriate. |
| PrependingStringBuilder |
An IndentingStringBuilder with a trigger: If any non-whitespace output is added,
the trigger will go off and prepend a provided string exactly once.
|
| PrettyStringBuilder |
Implementation of IndentingStringBuilder that honors indentation and
space requests for debugging purposes.
|
| Regexes | |
| SeparatorWriter |
Assistance for writing separators in strings.
|
| StackTrace |
Convenient way of obtaining and manipulating stack traces for debugging.
|