|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.util.sort.QuickSort
public class QuickSort
| Constructor Summary | |
|---|---|
QuickSort(int item_length_bytes,
int capacity)
|
|
| Method Summary | |
|---|---|
long |
getLong()
|
int |
size()
Size of this QuickSort array in bytes. |
void |
sort(boolean asc)
Sort all the data in @{link #membuff} byte array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuickSort(int item_length_bytes,
int capacity)
| Method Detail |
|---|
public int size()
public final long getLong()
throws java.io.IOException
java.io.IOExceptionpublic void sort(boolean asc)
asc - true iff sort by ascending, else descending
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||