| Package | Description |
|---|---|
| com.alexkasko.unsafe.offheaplong |
Long sized off-heap collections of longs with sorting and searching support
|
| com.alexkasko.unsafe.offheapstruct |
Long sized off-heap collections of "structs" (memory areas with equal sizes)
with sorting and searching support
|
| Modifier and Type | Field and Description |
|---|---|
(package private) OffHeapLongComparator |
OffHeapLongSorter.LongComp.comp |
| Modifier and Type | Method and Description |
|---|---|
static void |
OffHeapLongSorter.sort(OffHeapLongAddressable a,
long fromIndex,
long toIndex,
OffHeapLongComparator comp)
Sorts the specified range of the off-heap collection into ascending order.
|
static void |
OffHeapLongSorter.sort(OffHeapLongAddressable a,
OffHeapLongComparator comp)
Sorts the specified off-heap collection into ascending order.
|
| Constructor and Description |
|---|
OffHeapLongSorter.LongComp(OffHeapLongComparator comp) |
| Modifier and Type | Class and Description |
|---|---|
private static class |
OffHeapStructSorterByReference.OffHeapReferenceComparator
Comparator wrapper to use with references, not thread-safe
|
Copyright © 2014. All Rights Reserved.