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. |
class |
MemArrayQuickSorter
Base class for
QuickSorter implementations on a memory block accessed by a
MemoryAccessor . |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.