openlist.incremental
Interface Growable<Type>

All Known Implementing Classes:
IntegersFrom, Mapper

public interface Growable<Type>

A Growable is an object that produces an IncrementalList when grow() is called.


Method Summary
 IncrementalList<Type> grow()
          grow the result IncrementalList
 

Method Detail

grow

IncrementalList<Type> grow()
grow the result IncrementalList

Returns:
an IncrementalList