All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oplan.util.lisp.ListCollector

java.lang.Object
   |
   +----oplan.util.lisp.ListCollector

public class ListCollector
extends Object
implements Collector
A Collector that uses a List to hold the elements and that provides a number of different ways to add elements.


Variable Index

 o head
 o tail

Constructor Index

 o ListCollector()

Method Index

 o addElement(Object)
 o appendList(List)
 o concList(List)
 o contents()
 o elementAdder()
 o elementPusher()
 o elements()
 o listAppender()
 o listConcer()
 o pushElement(Object)

Variables

 o head
 Cons head
 o tail
 Cons tail

Constructors

 o ListCollector
 public ListCollector()

Methods

 o addElement
 public void addElement(Object e)
 o pushElement
 public void pushElement(Object e)
 o elements
 public Enumeration elements()
 o contents
 public List contents()
 o concList
 public void concList(List l)
 o appendList
 public void appendList(List l)
 o elementAdder
 public Function1 elementAdder()
 o elementPusher
 public Function1 elementPusher()
 o listAppender
 public Function1 listAppender()
 o listConcer
 public Function1 listConcer()

All Packages  Class Hierarchy  This Package  Previous  Next  Index