| Interface | Description |
|---|---|
| CharPool |
A char[] interner; for reducing memory footprint down to the minimum set
of unique characters possible.
|
| Dictionary<K,V> |
A simple dictionary interface, that avoids overwriting java.util.Map
interface methods, and can bind to whatever native construct
best supports an Object-to-Object mapping.
|
| Fifo<E> |
A simple fifo interface, for lightweight collections support.
|
| IsCompressable | |
| StringDictionary<V> |
Copyright © 2012-2013 The Internet Party. All Rights Reserved.