|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wegra.util.collection.array.SetSort.Sorter
Field Summary | |
static SetSort.Sorter |
INSERTION_SORTER
Build-in Sorter which uses insertion sort algorithm. |
static SetSort.Sorter |
QUICK_SORTER
Build-in Sorter which uses quick sort algorithm. |
Constructor Summary | |
SetSort.Sorter()
|
Method Summary | |
abstract void |
sort(java.lang.Object[] data,
int from,
int to,
java.util.Comparator comp)
Sorts given data using some algorithm implemented by subclass. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final SetSort.Sorter QUICK_SORTER
public static final SetSort.Sorter INSERTION_SORTER
Constructor Detail |
public SetSort.Sorter()
Method Detail |
public abstract void sort(java.lang.Object[] data, int from, int to, java.util.Comparator comp)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |