Class QuickSort

java.lang.Object
org.apache.hadoop.util.QuickSort
All Implemented Interfaces:
IndexedSorter

@Private @Unstable public final class QuickSort extends Object implements IndexedSorter
An implementation of the core algorithm of QuickSort.