Interface IndexedSorter

All Known Implementing Classes:
HeapSort, QuickSort

public interface IndexedSorter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    sort(IndexedSortable s, int l, int r)
    Sort the items accessed through the given IndexedSortable over the given range of logical indices.