org.axiondb.engine.rowiterators

Class SortedRowIterator

public abstract class SortedRowIterator extends DelegatingRowIterator

Version: $Revision: 1.11 $

Author: Jonathan Giron Ahimanikya Satapathy

Nested Class Summary
static classSortedRowIterator.MergeSort
static classSortedRowIterator.MutableMergeSort
Field Summary
protected String_keyString
protected RowIterator_rowIter
Constructor Summary
protected SortedRowIterator()
Method Summary
protected static ComparatorChainbuildComparatorChain(List orderNodes, RowDecorator rowDecorator)
StringtoString()

Field Detail

_keyString

protected String _keyString

_rowIter

protected RowIterator _rowIter

Constructor Detail

SortedRowIterator

protected SortedRowIterator()

Method Detail

buildComparatorChain

protected static final ComparatorChain buildComparatorChain(List orderNodes, RowDecorator rowDecorator)

toString

public String toString()