| Interface | Description |
|---|---|
| Printable |
Interface that allows outputting to an
Appendable (e.g., a StringBuilder) instead of simply using
Object.toString(). |
| Class | Description |
|---|---|
| AbstractPrintable |
Abstract base class for printables.
|
| StringIndexGenerator |
Class for transforming integer index values into string values (using latin characters, therefore effectively
realizing a radix-26 representation of numbers).
|
| StringUtil |
Miscellaneous utility functions for
Strings. |
| Enum | Description |
|---|---|
| StringIndexGenerator.Case |
Copyright © 2019. All rights reserved.