Package net.sf.saxon.expr.sort
Interface Sortable
-
- All Known Implementing Classes:
DocumentOrderIterator,OrderByClausePull,OrderByClausePush,SortedGroupIterator,SortedIterator
public interface SortableA Sortable is an object that can be sorted using the QuickSort method.- Author:
- Michael H. Kay
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcompare(int a, int b)Compare two objects within this Sortable, identified by their position.voidswap(int a, int b)Swap two objects within this Sortable, identified by their position.
-