| Package | Description |
|---|---|
| com.alexkasko.unsafe.offheaplong |
Long sized off-heap collections of longs with sorting and searching support
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
OffHeapLongSorter.doSortWithComparator(OffHeapLongAddressable a,
long left,
long right,
OffHeapLongSorter.LongComp comp)
Sorts the specified range of the off-heap collection into ascending order.
|
private static void |
OffHeapLongSorter.dualPivotQuicksortWithComparator(OffHeapLongAddressable a,
long left,
long right,
OffHeapLongSorter.LongComp comp)
Sorts the specified range of the off-heap collection into ascending order by the
Dual-Pivot Quicksort algorithm.
|
Copyright © 2014. All Rights Reserved.