| Interface | Description |
|---|---|
| CharPool |
A char[] interner; for reducing memory footprint down to the minimum set
of unique characters possible.
|
| ClassTo<V> | |
| ClassTo.Many<V> | |
| 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.
|
| HasPrefixed<T> | |
| HasValues<K,V> | |
| InitMap<Key,Value> |
Our init map purposely forces string-key semantics,
to force our subclasses to take care of key serialization for us.
|
| IntTo<T> | |
| IntTo.Many<T> | |
| IsCompressable | |
| IsMap | |
| ObjectTo<K,V> | |
| ObjectTo.Many<K,V> | |
| PrefixedMap<T> | |
| StringDictionary<V> | |
| StringTo<V> |
StringTo is a special mapping interface,
since it has the best possible native support in dictionary-oriented
languages, like javascript, we do not extend ObjectTo, which
forces generic override problems in the GWT compiler,
rather, we tie in to the HasValues interface instead.
|
| StringTo.Many<V> | |
| StringTrie<E> | |
| StringTrie.StringTrieCursor<E> | |
| StringTrie.StringTrieEdge<E> |
| Class | Description |
|---|---|
| CollectionOptions | |
| CollectionOptions.Builder | |
| IntTo.IntToIterable<T> | |
| IntTo.IntToIterator<T> |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.