Package | Description |
---|---|
net.sf.kdgcommons.collections |
Utilities for working with arrays and the JDK collections framework.
|
Modifier and Type | Method and Description |
---|---|
static void |
InplaceSort.sort(int[] array,
InplaceSort.IntComparator comparator)
Sorts a primitive integer array using an external comparator.
|
static void |
InplaceSort.sort(int[] array,
int fromIndex,
int toIndex,
InplaceSort.IntComparator comparator)
Sorts a portion of a primitive integer array using an external comparator.
|