|
Class Summary |
| 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> |
An entry in a GeneralHashTable. |
| IdentityHashTable<K,V> |
A hash table where "equals" is object identity. |
| PreProcess |
Helper class to pre-process Java source. |
| RangeTable |
Map integers to Object. |
| WeakHashNode<K,V> |
|
| WeakIdentityHashMap<K,V> |
|