Interface | Description |
---|---|
BoundedHashable |
Supports computing a hash-code while protecting against cycles.
|
Class | Description |
---|---|
AbstractHashTable<Entry extends java.util.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> |
An entry in a
GeneralHashTable . |
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> |
Error | Description |
---|---|
ExitCalled |
Helper class for running finally-blocks when exit is invoked.
|