Package openlist

A package that provides Generic and Scheme-like lists, and more.

See:
          Description

Interface Summary
Function1arg<Type> A Function1arg is an object used to implement a 1-argument function, to be passed to a higher-order method such as map.
Function2arg<Type> A Function2arg is an object used to implement a 2-argument function, to be passed to a higher-order method such as foldl or foldr.
 

Class Summary
OpenList<Type> OpenList implements Scheme/Lisp-style lists, as immutable objects.
OpenListBuffer<Type> An OpenListBuffer is analogous to a StringBuffer.
Queue<Type> A Queue is a first-in, first-out repository.
Stack<Type> A Stack is a last-in, first-out repository.
Symbol The Symbol class represents interned Strings.
 

Package openlist Description

A package that provides Generic and Scheme-like lists, and more.