| Package | Description |
|---|---|
| com.alexkasko.unsafe.offheaplong |
Long sized off-heap collections of longs with sorting and searching support
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OffHeapLongBinarySearch.binarySearchRange(OffHeapAddressable collection,
long startIndex,
long endIndex,
long value,
OffHeapLongBinarySearch.IndexRange out)
Performs a binary search for
value in the ascending sorted off-heap collection. |
static void |
OffHeapLongBinarySearch.binarySearchRange(OffHeapAddressable collection,
long value,
OffHeapLongBinarySearch.IndexRange out)
Performs a binary search for
value in the ascending sorted off-heap collection. |
Copyright © 2014. All Rights Reserved.