| org.jatha.util.SymbolTable
SymbolTable | public class SymbolTable extends TreeMap (Code) | | This defines a hash table containing LispSymbol class elements. They are
indexed by LispString class elements.
|
HASH_TABLE_DEFAULT_LOAD_FACTOR | final public static float HASH_TABLE_DEFAULT_LOAD_FACTOR(Code) | | |
HASH_TABLE_DEFAULT_SIZE | final public static int HASH_TABLE_DEFAULT_SIZE(Code) | | |
serialVersionUID | final public static long serialVersionUID(Code) | | |
SymbolTable | public SymbolTable(Jatha lisp, int defaultSize)(Code) | | |
SymbolTable | public SymbolTable(Jatha lisp, int initialSize, float loadFactor)(Code) | | |
keys | public Iterator keys()(Code) | | Returns an Iterator across the symbols of the SymbolTable.
Each symbol is a string.
|
|
|