Package org.h2.dev.sort
package org.h2.dev.sort
Sorting utilities.
-
ClassesClassDescriptionA stable merge sort implementation that uses at most O(log(n)) memory and O(n*log(n)*log(n)) time.A stable quicksort implementation that uses O(log(n)) memory.