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