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 TypeClassDescriptionclass
Manages the literals of a Compilation.class
Manages the set of declarations "currently" in scope. -
Uses of AbstractHashTable in gnu.kawa.lispexpr
Subclasses of AbstractHashTable in gnu.kawa.lispexprModifier and TypeClassDescriptionclass
class
Implement a Common Lisp "package" value. -
Uses of AbstractHashTable in gnu.kawa.util
Subclasses of AbstractHashTable in gnu.kawa.utilModifier and TypeClassDescriptionclass
A hash table with weakly referenced keys and values.class
GeneralHashTable<K,
V> A generic hash table.class
IdentityHashTable<K,
V> A hash table where "equals" is object identity.class
WeakIdentityHashMap<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 TypeClassDescriptionclass
A mapping from strings ("print names") toSymbol
s. -
Uses of AbstractHashTable in gnu.text
Subclasses of AbstractHashTable in gnu.textModifier and TypeClassDescriptionclass
A table to manage standard character names.