| AlphanumCharComparator |
A character comparator that sort strings using the following order:
- Special Characters ()[].,;/_ etc
- Numbers 0-9
- Alphabetic characters: AÀÁBC...
|
| CharSequences |
Utility methods for character sequences. |
| Formatter |
A collection of binary and number formatting and escaping methods. |
| NumberComparator |
Divide a String in chunks of numbers (hexadecimal Upper Case supported) and other characters and
compare them. |
| NumberFormatter |
A number formatter, supporting formatting of immediates of variable sizes using different bases
and other properties (eg, signedness). |
| PluralFormatter |
A text formatter that takes quantities into account to produce singular-form or plural-form
tokens. |
| SizeFormatter |
Size formatting utility methods. |
| Strings |
Utility methods for Strings and CharSequences. |
| TextBuilder |
A text buffer builder supporting indentation. |
| TimeFormatter |
Utility methods to format timestamps and time deltas. |
| TokenExtractor |
A customizable string token extractor. |
| Validator |
|
| XercesUpdater |
Partial update Apache Xerces (XML parser) character tables used by the JDK. |
| XmlBuilder |
A specialized text builder used to craft XML documents sequentially. |