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