cdqa.iterator

Class Sort


public abstract class Sort
extends UnaryOpIterator

Nested Class Summary

Nested classes/interfaces inherited from class cdqa.iterator.Iterator

Iterator.IteratorManager

Field Summary

Fields inherited from class cdqa.iterator.UnaryOpIterator

i

Fields inherited from class cdqa.iterator.Iterator

NULL, current, initValue

Constructor Summary

Sort(Iterator i)

Method Summary

void
postInit()
XObject
pumpNext()
(package private) abstract void
sort()

Methods inherited from class cdqa.iterator.UnaryOpIterator

debugPrint, postInit, preClose, pumpNext, setIterator

Methods inherited from class cdqa.iterator.Iterator

aggreg, all, and, asBooleanIterator, close, constant, constant, constant, constant, constant, debugPrint, empty, exist, getCurrent, init, init, join, join, list, ljoin, ljoin, mTOm, map, mapL, mapL, mapL, next, not, or, postInit, preClose, pumpNext, rjoin, rjoin, scan, scan, theFalseIterator, theTrueIterator, toPrintWriter

Constructor Details

Sort

public Sort(Iterator i)

Method Details

postInit

public void postInit()
Overrides:
postInit in interface UnaryOpIterator

pumpNext

public XObject pumpNext()
Overrides:
pumpNext in interface UnaryOpIterator

sort

(package private)  abstract void sort()