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