|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LinearSort
Represents a Linear Sort Algorithm. All implementation of this interface has a O(n) sorting algorithm.
| Method Summary | |
|---|---|
void |
sort(java.util.List list,
IndexResolver resolver)
Sort the list using the specified IndexResolver |
void |
sort(java.util.List list,
IndexResolver resolver,
int start,
int end)
Sort a specific range of the list using the IndexResolver |
void |
sort(java.lang.Object[] list,
IndexResolver resolver)
Sort the list using the specified IndexResolver |
void |
sort(java.lang.Object[] list,
IndexResolver resolver,
int start,
int end)
Sort a specific range of the list, using the specified resolver. |
| Methods inherited from interface net.sf.jsort.SortAlgorithm |
|---|
sort, sort, sort, sort |
| Method Detail |
|---|
void sort(java.util.List list,
IndexResolver resolver)
list - to be sort
void sort(java.util.List list,
IndexResolver resolver,
int start,
int end)
list - to be sort
void sort(java.lang.Object[] list,
IndexResolver resolver)
list - to be sort
void sort(java.lang.Object[] list,
IndexResolver resolver,
int start,
int end)
list - to be sort
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||