Uses of Interface
it.unimi.dsi.fastutil.Swapper

Packages that use Swapper
it.unimi.dsi.fastutil   
 

Uses of Swapper in it.unimi.dsi.fastutil
 

Methods in it.unimi.dsi.fastutil with parameters of type Swapper
static void Arrays.mergeSort(int from, int to, IntComparator c, Swapper swapper)
          Sorts the specified range of elements using the specified swapper and according to the order induced by the specified comparator using mergesort.
static void Arrays.quickSort(int from, int to, IntComparator comp, Swapper swapper)
          Sorts the specified range of elements using the specified swapper and according to the order induced by the specified comparator using quicksort.
 



Copyright © 2011. All Rights Reserved.