| Interface | Description |
|---|---|
| FlyweightPrototype<T extends FlyweightPrototype<T>> |
A prototype providing flyweight copies.
|
| Class | Description |
|---|---|
| EnumStringParser<E extends Enum<E>> |
A
StringParser that makes the user choose among
items of a Java enum. |
| FlyweightPrototypes |
A class providing static methods and objects that do useful things
with flyweight protoypes.
|
| MutableString |
Fast, compact, optimised & versatile mutable strings.
|
| ObjectParser |
A parser for simple object specifications based on strings.
|
Basic classes.