Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.kawa.util |
Modifier and Type | Class and Description |
---|---|
class |
NameLookup
Manages the set of declarations "currently" in scope.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWeakHashTable<K,V>
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> |