Package pal.util
Utility classes for sorting etc.
-
Interface Summary 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 Summary Class Description AlgorithmCallback.Utils A Utility class that provides some simple implementations of AlgorithmCallback that can be used for manipulating callback resultsComparableDouble This class is unfortunate but necessary to conform to JDK 1.1DefaultCache 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 valuesVersion This class provides a mechanism for returning the version number of the pal library.