Package | Description |
---|---|
org.armedbear.lisp |
Modifier and Type | Field and Description |
---|---|
static HashTable |
Pathname.LOGICAL_PATHNAME_TRANSLATIONS |
Modifier and Type | Method and Description |
---|---|
protected static HashTable |
HashTableFunctions.checkHashTable(LispObject ht) |
static HashTable |
HashTable.newEqHashTable(int size,
LispObject rehashSize,
LispObject rehashThreshold) |
static HashTable |
HashTable.newEqlHashTable(int size,
LispObject rehashSize,
LispObject rehashThreshold) |
static HashTable |
HashTable.newEqualHashTable(int size,
LispObject rehashSize,
LispObject rehashThreshold) |