| java.lang.Object net.sf.saxon.sort.SortedIterator
All known Subclasses: net.sf.saxon.sort.SortedTupleIterator, net.sf.saxon.sort.SortedGroupIterator,
count | protected int count(Code) | | |
index | protected int index(Code) | | |
recordSize | protected int recordSize(Code) | | |
compare | public int compare(int a, int b)(Code) | | Compare two items in sorted sequence
(needed to implement the Sortable interface)
|
getProperties | public int getProperties()(Code) | | Get properties of this iterator, as a bit-significant integer.
the properties of this iterator. This will be some combination ofproperties such as GROUNDED, LAST_POSITION_FINDER,and LOOKAHEAD. It is alwaysacceptable to return the value zero, indicating that there are no known special properties.It is acceptable for the properties of the iterator to change depending on its state. |
position | public int position()(Code) | | |
swap | public void swap(int a, int b)(Code) | | Swap two items (needed to implement the Sortable interface)
|
|
|