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
 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.