Uses of Class
org.apache.lucene.util.Sorter

Packages that use Sorter
org.apache.lucene.util Some utility classes. 
 

Uses of Sorter in org.apache.lucene.util
 

Subclasses of Sorter in org.apache.lucene.util
 class InPlaceMergeSorter
          Sorter implementation based on the merge-sort algorithm that merges in place (no extra memory will be allocated).
 class IntroSorter
          Sorter implementation based on a variant of the quicksort algorithm called introsort: when the recursion level exceeds the log of the length of the array to sort, it falls back to heapsort.
 class TimSorter
          Sorter implementation based on the TimSort algorithm.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.