|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jsort.linear.BaseLinearSort
public abstract class BaseLinearSort
| Constructor Summary | |
|---|---|
BaseLinearSort()
|
|
| Method Summary | |
|---|---|
void |
sort(java.util.List list)
Sort the list using it's natural order (i.e. |
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.util.List list,
int start,
int end)
Sort a specific range of the list. |
void |
sort(java.lang.Object[] list)
Sort the list using it's natural order (i.e. |
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. |
abstract void |
sort(java.lang.Object[] list,
IndexResolver resolver,
int start,
int end,
int maxIndex)
|
void |
sort(java.lang.Object[] list,
int start,
int end)
Sort a specific range of the list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseLinearSort()
| Method Detail |
|---|
public final void sort(java.util.List list)
SortAlgorithm
sort in interface SortAlgorithmlist - to be sortComparable
public final void sort(java.util.List list,
IndexResolver resolver)
LinearSort
sort in interface LinearSortlist - to be sort
public final void sort(java.util.List list,
int start,
int end)
SortAlgorithm
sort in interface SortAlgorithmlist - to be sort
public final void sort(java.util.List list,
IndexResolver resolver,
int start,
int end)
LinearSort
sort in interface LinearSortlist - to be sortpublic final void sort(java.lang.Object[] list)
SortAlgorithm
sort in interface SortAlgorithmlist - to be sortComparable
public final void sort(java.lang.Object[] list,
IndexResolver resolver)
LinearSort
sort in interface LinearSortlist - to be sort
public final void sort(java.lang.Object[] list,
int start,
int end)
SortAlgorithm
sort in interface SortAlgorithmlist - to be sort
public void sort(java.lang.Object[] list,
IndexResolver resolver,
int start,
int end)
LinearSort
sort in interface LinearSortlist - to be sort
public abstract void sort(java.lang.Object[] list,
IndexResolver resolver,
int start,
int end,
int maxIndex)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||