| Interface | Description |
|---|---|
| LazyListWithLoader.Loader<E> | |
| ValueManufacturer<T> |
This ObjectFactorySlave is responsible for creating a special Object from
a special representation.
|
| Class | Description |
|---|---|
| CharBuffer |
A char buffer is a little bit similar to a StringBuffer but can be
reseted to reuse the internal char-array.
|
| DecoratedMap<K,V> | |
| DelegatingMap<K,V> | |
| FlyweightFactory<T> | |
| FlyweightMap<K,V> |
A flyweight map shares its entries with other maps having equal entries.
|
| LazyList<E> |
A lazy list loads it's elements on demand using chunks.
|
| LazyListWithLoader<E> | |
| LinkObject |
Links an object to another (link) object.
|
| LocaleToolkit | |
| Measure |
A measure represents an absolute or relative length, width or value.
|
| Measure.Factory |
The factory creates immutable measure and caches them.
|
| Measure.Unit |
Represents a unit.
|
| Point | |
| PrimitiveFieldHelper | |
| StringPattern |
The StringPattern describes a pattern for a string using wildcard * and ?.
|
| Strings |
Utilities for Strings.
|
| SwappingList<T> |
The SwappingList can swap objects at begin of this list into a temporary
file to reduce memory consumption.
|
| ValueFactory |
The ValueFactory creates values (Objects) from various representation such as Strings,
and backwards.
|
| Exception | Description |
|---|---|
| LazyListException | |
| UnknownManufacturerException |
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.