DocumentOrderIterator
, SortedGroupIterator
, SortedIterator
, SortedTupleIterator
public interface Sortable
Modifier and Type | Method | Description |
---|---|---|
int |
compare(int a,
int b) |
Compare two objects within this Sortable, identified by their position.
|
void |
swap(int a,
int b) |
Swap two objects within this Sortable, identified by their position.
|