Package | Description |
---|---|
com.hazelcast.internal.util.sort |
General API for sorting.
|
Modifier and Type | Class and Description |
---|---|
class |
IntMemArrayQuickSorter
QuickSorter implementation for a memory block which stores an array of int s. |
class |
LongMemArrayQuickSorter
QuickSorter implementation for a memory block which stores an array of int s. |
Modifier and Type | Method and Description |
---|---|
MemArrayQuickSorter |
MemArrayQuickSorter.gotoAddress(long baseAddress)
Sets the base address to the supplied address.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.