| Package | Description |
|---|---|
| com.aliasi.util |
Classes for general Java utilities.
|
| Modifier and Type | Field and Description |
|---|---|
static Sort.CompareInt |
Sort.NATURAL_INT_COMPARE
This constant implements the
CompareInt interface using
the natural order of integers. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Sort.isort(int[] x,
Sort.CompareInt compare)
Sort the specified array of integers according to the
specified comparator using insertion sort.
|
static void |
Sort.qsort(int[] x,
Sort.CompareInt compare)
Sort the specified array of integers according to the
specified comparator using quicksort.
|
Copyright © 2019 Alias-i, Inc.. All rights reserved.