|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.util.sort.MergeSort
public class MergeSort
| Nested Class Summary | |
|---|---|
static interface |
MergeSort.NumberInput
|
| Constructor Summary | |
|---|---|
MergeSort(int capacity,
int item_length)
|
|
| Method Summary | |
|---|---|
MergeSort.NumberInput |
process(java.lang.String prefix,
MergeSort.NumberInput in,
int factor,
boolean order)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MergeSort(int capacity,
int item_length)
capacity - how many items are sorted in memoryitem_length - how many values compose one item/entity| Method Detail |
|---|
public MergeSort.NumberInput process(java.lang.String prefix,
MergeSort.NumberInput in,
int factor,
boolean order)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||