process method

void process (List<int> data, int start, int end)

Call to process a chunk of data. A call to process should only be made when processed returns null.

Implementation

void process(List<int> data, int start, int end);