| 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. |
| 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.
|
| RangeTable |
Map integers to Object.
|
| RunTestScript |
A utility for simple one-file test cases.
|
| WeakHashNode<K,V> | |
| WeakIdentityHashMap<K,V> |
| Error | Description |
|---|---|
| ExitCalled |
Helper class for running finally-blocks when exit is invoked.
|