See: Description
| Interface | Description |
|---|---|
| Justification |
This is the interface for a specific justification.
|
| JustificationBuilder | |
| Singularizer |
This is the interface for a
translation of a term given in plural form to the
according singular form. |
| StringHasher |
This is the interface for a hashing algorithm for strings (in form of
char[] or
CharSequence. |
| UnicodeUtil |
This is the interface for a collection of utility functions that help with unicode characters and texts.
|
| Enum | Description |
|---|---|
| DiacriticalMark |
This enum contains the most important diacritical marks.
|
Justification allows simple justification of
a short string. UnicodeUtil
and also DiacriticalMark.
The Singularizer transforms a term in plural
form to its according singular form (e.g. "children" to
"child"). It is mainly intended for technical reasons (e.g. to
determine relations between getChildren() and
addChild()) and less for linguistic purposes.Copyright © 2001–2015 mmm-Team. All rights reserved.