Uses of Package
openlist

Packages that use openlist
openlist A package that provides Generic and Scheme-like lists, and more. 
openlist.examples Example program(s) using OpenList. 
openlist.incremental A sub-class of OpenList that allows dynamic growth on demand, e.g. 
openlist.reader S-expression reader for OpenLists. 
openlist.util Utility functions to create various types of OpenLists. 
 

Classes in openlist used by openlist
Function1arg
          A Function1arg is an object used to implement a 1-argument function, to be passed to a higher-order method such as map.
Function2arg
          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.
OpenList
          OpenList implements Scheme/Lisp-style lists, as immutable objects.
Symbol
          The Symbol class represents interned Strings.
 

Classes in openlist used by openlist.examples
OpenList
          OpenList implements Scheme/Lisp-style lists, as immutable objects.
Symbol
          The Symbol class represents interned Strings.
 

Classes in openlist used by openlist.incremental
Function1arg
          A Function1arg is an object used to implement a 1-argument function, to be passed to a higher-order method such as map.
OpenList
          OpenList implements Scheme/Lisp-style lists, as immutable objects.
 

Classes in openlist used by openlist.reader
OpenList
          OpenList implements Scheme/Lisp-style lists, as immutable objects.
 

Classes in openlist used by openlist.util
Function1arg
          A Function1arg is an object used to implement a 1-argument function, to be passed to a higher-order method such as map.
Function2arg
          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.