|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ArraySortingAlgorithm
An interface for generic array (indexed item, not necessarily an actual Java array object) sorting algorithms. A programmer selects an implementation of this, and an instance of ArraySortingGopher, and it does its thing.
| Method Summary | |
|---|---|
void |
sort(ArraySortingGopher gopher)
Does the job using the given gopher. |
void |
sort(ArraySortingGopher gopher,
int start,
int end)
Does the job using the given gopher over the given range. |
| Method Detail |
|---|
void sort(ArraySortingGopher gopher)
void sort(ArraySortingGopher gopher,
int start,
int end)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||