Package org.armedbear.lisp.protocol
Interface Hashtable
-
- All Superinterfaces:
LispObject
- All Known Implementing Classes:
HashTable
,WeakHashTable
public interface Hashtable extends LispObject
Mark object as implementing the Hashtable protocol.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description LispObject
ENTRIES()
Deprecated.LispObject
getEntries()
-
Methods inherited from interface org.armedbear.lisp.protocol.LispObject
typeOf
-
-
-
-
Method Detail
-
getEntries
LispObject getEntries()
-
ENTRIES
@Deprecated LispObject ENTRIES()
Deprecated.
-
-