A B C D E F G H I L M N O P Q R S T V W _

O

openlist - package openlist
A package that provides Generic and Scheme-like lists, and more.
OpenList<Type> - Class in openlist
OpenList implements Scheme/Lisp-style lists, as immutable objects.
OpenList(Type, OpenList<Type>) - Constructor for class openlist.OpenList
the private constructor for an OpenList.
openlist.examples - package openlist.examples
Example program(s) using OpenList.
openlist.incremental - package openlist.incremental
A sub-class of OpenList that allows dynamic growth on demand, e.g.
openlist.incremental.util - package openlist.incremental.util
Utility functions to create various types of IncrementalLists.
OpenList.Neutralizer - Class in openlist
A Function1arg that neutralizes an object, making the types of its elements Object.
OpenList.Neutralizer() - Constructor for class openlist.OpenList.Neutralizer
 
openlist.reader - package openlist.reader
S-expression reader for OpenLists.
openlist.util - package openlist.util
Utility functions to create various types of OpenLists.
OpenListBuffer<Type> - Class in openlist
An OpenListBuffer is analogous to a StringBuffer.
OpenListBuffer() - Constructor for class openlist.OpenListBuffer
Create an empty OpenListBuffer.
OpenListFromArray(Object[]) - Static method in class openlist.OpenList
Create OpenList from array of things of a given Type
out - Variable in class openlist.Queue
 

A B C D E F G H I L M N O P Q R S T V W _