Interface IndexedSorter
public interface IndexedSorter
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsort(IndexedSortable s, int l, int r) Sort the items accessed through the given IndexedSortable over the given range of logical indices.
-
Method Details
-
sort
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
-