Package org.passay.dictionary.sort
package org.passay.dictionary.sort
-
ClassDescriptionInterface for array sort implementations.Delegates sorting to
Arrays.sort(Object[], Comparator).Provides an implementation of the bubble sort algorithm.Provides an implementation of the insertion sort algorithm.Provides an implementation of the quick sort algorithm.Provides an implementation of the selection sort algorithm.