|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
LispObject | Tagging interface for Lisp objects |
LListCollector.adderFunction |
Class Summary | |
Cons | Non-empty lists. |
ConsEnumeration | Cons enumerations. |
Delay | A class for delaying evaluation. |
ItemVar | Symbols used in patterns as variables that match a single object. |
Keyword | Keywords - symbols generally used as literals. |
Lisp | The class for static Lisp utilities. |
LispFileReader | A LispReader for files. |
LispReader | A LispReader can be used to read Objects using a Lisp-like syntax. |
LispStreamTokenizer | |
LispTokenizer | A class to be extended by tokenizers that read a Lisp-like syntax. |
LList | Lisp-style lists. |
LListCollector | A Collector that uses an LList to hold the elements and that provides a number of different ways to add elements. |
LListEnumeration | List enumerations. |
LListIterator | An implementation of Iterator for LLists. |
LListListIterator | An implementation of ListIterator for LLists. |
Null | The class of Lisp.NIL, and of nothing else. |
NullEnumeration | Null enumerations. |
Symbol | The root class for Lisp symbols. |
Exception Summary | |
LispReadException | The class of errors thrown by the Lisp reader. |
List-processing utilities.
The list classes in this package were first implemented before the Java collection classes were defined, although they have now been brought into the collection framework. They have been retained because they offer some features that are not provided by any of the java.util package collections and because they are useful for processing data that has a Lisp-like syntax.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |