All Classes and Interfaces
Class
Description
Contains build data of this library.
Interface for objects that can be compared and averaged with other objects.
This interface represents an object capable of comparing and averaging
instances of type T.
Sorts instances of type T in provided arrays using Heapsort method.
Sorts instances of type T in provided arrays using Quicksort method.
Sorts instances of type T in provided arrays using Shell method.
Sorts instances of type T in provided arrays using any of the
available methods.
Exception thrown if sorting process for some reason.
Enumerator containing different algorithms for sorting arrays of data.
Sorts instances of type T in provided arrays using straight insertion method.
Sorts instances of type T in provided arrays using Quicksort method.