Uses of Class
gnu.kawa.util.AbstractHashTable
Packages that use AbstractHashTable
Package
Description
Supports
Expression,
and various related classes need to compile programming languages.
Supports
Procedure,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript).
Supports various utility classes
for formatting, parsing, and manipulating text (strings).
-
Uses of AbstractHashTable in gnu.expr
Subclasses of AbstractHashTable in gnu.exprModifier and TypeClassDescriptionclassManages the literals of a Compilation.classManages the set of declarations "currently" in scope. -
Uses of AbstractHashTable in gnu.kawa.lispexpr
Subclasses of AbstractHashTable in gnu.kawa.lispexprModifier and TypeClassDescriptionclassclassImplement a Common Lisp "package" value. -
Uses of AbstractHashTable in gnu.kawa.util
Subclasses of AbstractHashTable in gnu.kawa.utilModifier and TypeClassDescriptionclassA hash table with weakly referenced keys and values.classGeneralHashTable<K,V> A generic hash table.classIdentityHashTable<K,V> A hash table where "equals" is object identity.classWeakIdentityHashMap<K,V> -
Uses of AbstractHashTable in gnu.kawa.xml
Subclasses of AbstractHashTable in gnu.kawa.xml -
Uses of AbstractHashTable in gnu.mapping
Subclasses of AbstractHashTable in gnu.mappingModifier and TypeClassDescriptionclassA mapping from strings ("print names") toSymbols. -
Uses of AbstractHashTable in gnu.text
Subclasses of AbstractHashTable in gnu.textModifier and TypeClassDescriptionclassA table to manage standard character names.