Package com.irurueta.sorting
package com.irurueta.sorting
This package contains different algorithms to sort lists or arrays of
objects. All algorithms extend the interface of Sorter
-
ClassDescriptionContains 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.ShellSorter<T>Sorts instances of type T in provided arrays using Shell method.Sorter<T>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.SystemSorter<T>Sorts instances of type T in provided arrays using Quicksort method.