Package | Description |
---|---|
org.armedbear.lisp |
Modifier and Type | Field and Description |
---|---|
protected HashTable.HashEntry[] |
HashTable.buckets |
(package private) HashTable.HashEntry |
HashTable.HashEntry.next |
Modifier and Type | Method and Description |
---|---|
protected HashTable.HashEntry |
HashTable.getEntry(LispObject key) |
Constructor and Description |
---|
HashEntry(LispObject key,
int hash,
LispObject value,
HashTable.HashEntry next) |