public final class HeapSort extends Object implements IndexedSorter
| 构造器和说明 |
|---|
HeapSort() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
sort(IndexedSortable s,
int p,
int r)
Sort the given range of items using heap sort.
|
void |
sort(IndexedSortable s,
int p,
int r,
Progressable rep)
Same as
IndexedSorter.sort(IndexedSortable,int,int), but indicate progress
periodically. |
public void sort(IndexedSortable s, int p, int r)
public void sort(IndexedSortable s, int p, int r, Progressable rep)
IndexedSorter.sort(IndexedSortable,int,int), but indicate progress
periodically.sort 在接口中 IndexedSorterIndexedSorter.sort(IndexedSortable,int,int)Copyright © 2009 The Apache Software Foundation