Package | Description |
---|---|
net.mintern.primitive |
Modifier and Type | Method and Description |
---|---|
static void |
Primitive.sort(long[] a,
int fromIndex,
int toIndex,
LongComparator c)
Sorts the indicated portion of the given array by the given comparator.
|
static void |
Primitive.sort(long[] a,
int fromIndex,
int toIndex,
LongComparator c,
boolean stable)
Sorts the indicated porition of the given array by the given comparator.
|
static void |
Primitive.sort(long[] a,
LongComparator c)
Sorts the given array by the given comparator.
|
static void |
Primitive.sort(long[] a,
LongComparator c,
boolean stable)
Sorts the given array by the given comparator.
|
Copyright © 2016. All rights reserved.