Interface | Description |
---|---|
AlgorithmCallback | |
Comparable |
interface for an object that is comparable.
|
Comparator |
interface for an object that can compare other objects for the
purposes of ordering them.
|
DoubleKey | |
DoubleKeyCache | |
Logger |
Interface for all objects that provide a logging facility.
|
XMLConstants |
constants (strings and numbers) relating to reading and writing XML.
|
Class | Description |
---|---|
AlgorithmCallback.Utils |
A Utility class that provides some simple implementations of AlgorithmCallback
that can be used for manipulating callback results
|
ComparableDouble |
This class is unfortunate but necessary to conform to JDK 1.1
|
DefaultCache | |
HeapSort |
sorts numbers and comparable objects by treating contents of array as a binary tree.
|
Log |
Log provides a mechanism for logging and debugging to the
standard output stream.
|
ThreeNumberSort |
sorts three numbers (doubles) and choose randomly among the
minimum/maximum values
|
Version |
This class provides a mechanism for returning the version number of the
pal library.
|