Uses of Class
gnu.kawa.util.GeneralHashTable
-
Packages that use GeneralHashTable Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages.gnu.kawa.util gnu.text Supports various utility classes for formatting, parsing, and manipulating text (strings). -
-
Uses of GeneralHashTable in gnu.expr
Subclasses of GeneralHashTable in gnu.expr Modifier and Type Class Description class
LitTable
Manages the literals of a Compilation.class
NameLookup
Manages the set of declarations "currently" in scope. -
Uses of GeneralHashTable in gnu.kawa.util
Subclasses of GeneralHashTable in gnu.kawa.util Modifier and Type Class Description class
IdentityHashTable<K,V>
A hash table where "equals" is object identity. -
Uses of GeneralHashTable in gnu.text
Subclasses of GeneralHashTable in gnu.text Modifier and Type Class Description class
NamedCharTable
A table to manage standard character names.
-