Uses of Interface
org.apache.mahout.math.Swapper

Packages that use Swapper
org.apache.mahout.math Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
 

Uses of Swapper in org.apache.mahout.math
 

Methods in org.apache.mahout.math with parameters of type Swapper
static void Sorting.mergeSort(int fromIndex, int toIndex, IntComparator c, Swapper swapper)
          Sorts the specified range of elements according to the order induced by the specified comparator.
static void Sorting.quickSort(int start, int end, IntComparator comp, Swapper swap)
          Sorts some external data with QuickSort.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.