|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.axiondb.engine.rowiterators.DelegatingRowIterator
org.axiondb.engine.rowiterators.SortedRowIterator
org.axiondb.engine.rowiterators.SortedRowIterator.MergeSort
| Nested Class Summary |
| Nested classes inherited from class org.axiondb.engine.rowiterators.SortedRowIterator |
SortedRowIterator.MergeSort |
| Field Summary |
| Fields inherited from class org.axiondb.engine.rowiterators.SortedRowIterator |
_rowIter |
| Constructor Summary | |
SortedRowIterator.MergeSort(RowIterator unsortedRows,
Comparator comparator)
|
|
SortedRowIterator.MergeSort(RowIterator unsortedRows,
List orderNodes,
RowDecorator rowDecorator)
|
|
SortedRowIterator.MergeSort(RowSource source,
RowIterator unsortedRows,
Comparator comparator)
|
|
SortedRowIterator.MergeSort(RowSource source,
RowIterator unsortedRows,
List orderNodes,
RowDecorator rowDecorator)
|
|
| Method Summary | |
protected org.apache.commons.collections.primitives.IntList |
getSortedRowIds(RowIterator unsortedRows,
Comparator comparator)
|
protected List |
getSortedRowList(RowIterator unsortedRows,
Comparator comparator)
|
String |
toString()
|
| Methods inherited from class org.axiondb.engine.rowiterators.SortedRowIterator |
add, buildComparatorChain, remove, set |
| Methods inherited from class org.axiondb.engine.rowiterators.DelegatingRowIterator |
current, currentIndex, first, getDelegate, hasCurrent, hasNext, hasPrevious, isEmpty, last, next, nextIndex, peekNext, peekPrevious, previous, previousIndex, reset, setDelegate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SortedRowIterator.MergeSort(RowSource source,
RowIterator unsortedRows,
Comparator comparator)
throws AxionException
public SortedRowIterator.MergeSort(RowSource source,
RowIterator unsortedRows,
List orderNodes,
RowDecorator rowDecorator)
throws AxionException
public SortedRowIterator.MergeSort(RowIterator unsortedRows,
Comparator comparator)
throws AxionException
public SortedRowIterator.MergeSort(RowIterator unsortedRows,
List orderNodes,
RowDecorator rowDecorator)
throws AxionException
| Method Detail |
protected org.apache.commons.collections.primitives.IntList getSortedRowIds(RowIterator unsortedRows,
Comparator comparator)
throws AxionException
getSortedRowIds in class SortedRowIteratorAxionException
protected List getSortedRowList(RowIterator unsortedRows,
Comparator comparator)
throws AxionException
getSortedRowList in class SortedRowIteratorAxionExceptionpublic String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||