| Package | Description |
|---|---|
| com.carrotsearch.hppc.sorting |
Indirect sorting and various sorting utilities.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
IndirectComparator.AscendingDoubleComparator
A natural-order comparator for doubles.
|
static class |
IndirectComparator.AscendingFloatComparator
A natural-order comparator for floats.
|
static class |
IndirectComparator.AscendingIntComparator
A natural-order comparator for integers.
|
static class |
IndirectComparator.AscendingShortComparator
A natural-order comparator for integers.
|
static class |
IndirectComparator.DelegatingComparator<T>
A delegating comparator for object types.
|
static class |
IndirectComparator.DescendingDoubleComparator
A reverse-order comparator for doubles.
|
static class |
IndirectComparator.DescendingFloatComparator
A reverse-order comparator for floats.
|
static class |
IndirectComparator.DescendingIntComparator
A reverse-order comparator for integers.
|
static class |
IndirectComparator.DescendingShortComparator
A reverse-order comparator for shorts.
|
| Modifier and Type | Method and Description |
|---|---|
static int[] |
IndirectSort.mergesort(int start,
int length,
IndirectComparator comparator)
Returns the order of elements between indices
start and
length, as indicated by the given comparator. |
Copyright © 2014 Carrot Search s.c.. All rights reserved.