Package openlist.incremental

A sub-class of OpenList that allows dynamic growth on demand, e.g.

See:
          Description

Interface Summary
Growable<Type> A Growable is an object that produces an IncrementalList when grow() is called.
 

Class Summary
IncrementalList<Type> An IncrementalList is a special case of OpenList that can be expanded incrementally from the tail forward.
Mapper<Object> Mapper is used to map a function over an IncrementalList.
 

Package openlist.incremental Description

A sub-class of OpenList that allows dynamic growth on demand, e.g. to effect infinite lists.