Package | Description |
---|---|
pal.misc |
Classes that don't fit elsewhere ;^)
|
pal.util |
Utility classes for sorting etc.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Identifier |
An identifier for some sampled data.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ComparableDouble |
This class is unfortunate but necessary to conform to JDK 1.1
|
Modifier and Type | Method | Description |
---|---|---|
static void |
HeapSort.sort(Comparable[] array) |
Sorts an array of comparable objects into increasing order.
|