| AbstractHashTable<Entry extends Map.Entry<K,V>,K,V> |
An abstract hash map from K to V.
|
| AbstractWeakHashTable<K,V> |
A hash table with weakly referenced keys and values.
|
| AbstractWeakHashTable.WEntry<K,V> |
|
| FixupHtmlToc |
A utility class for updating web pages.
|
| GeneralHashTable<K,V> |
A generic hash table.
|
| HashNode<K,V> |
|
| HashUtils |
Various static helper methods for calculating hash-codes.
|
| HeapSort<T,C> |
|
| HeapSort.IndexSort |
Sort an error of integer indexes based on a lookup object.
|
| IdentityHashTable<K,V> |
A hash table where "equals" is object identity.
|
| IntHashTable |
A hash table that maps Object to int.
|
| PreProcess |
Helper class to pre-process Java source.
|
| PrimArrayUtils |
|
| RangeTable |
Map integers to Object.
|
| RunTestScript |
A utility for simple one-file test cases.
|
| Signals |
Signals helpers.
|
| WeakHashNode<K,V> |
|
| WeakIdentityHashMap<K,V> |
|