Package gnu.kawa.util
package gnu.kawa.util
-
ClassDescriptionAn abstract hash map from K to V.A hash table with weakly referenced keys and values.Supports computing a hash-code while protecting against cycles.Helper class for running finally-blocks when exit is invoked.A utility class for updating web pages.GeneralHashTable<K,
V> A generic hash table.HashNode<K,V> An entry in aGeneralHashTable
.Various static helper methods for calculating hash-codes.HeapSort<T,C> Sort an error of integer indexes based on a lookup object.IdentityHashTable<K,V> A hash table where "equals" is object identity.A hash table that maps Object to int.Helper class to pre-process Java source.Map integers to Object.A utility for simple one-file test cases.Signals helpers.WeakHashNode<K,V> WeakIdentityHashMap<K,V>