Interface IndexedSorter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsort(IndexedSortable s)voidsort(IndexedSortable s, int l, int r)Sort the items accessed through the given IndexedSortable over the given range of logical indices.
-
-
-
Method Detail
-
sort
void sort(IndexedSortable s, int l, int r)
Sort the items accessed through the given IndexedSortable over the given range of logical indices. From the perspective of the sort algorithm, each index between l (inclusive) and r (exclusive) is an addressable entry.
-
sort
void sort(IndexedSortable s)
-
-