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

Packages that use BigSwapper
it.unimi.dsi.fastutil   
 

Uses of BigSwapper in it.unimi.dsi.fastutil
 

Methods in it.unimi.dsi.fastutil with parameters of type BigSwapper
static void BigArrays.mergeSort(long from, long to, LongComparator comp, BigSwapper swapper)
          Sorts the specified range of elements using the specified big swapper and according to the order induced by the specified comparator using mergesort.
static void BigArrays.quickSort(long from, long to, LongComparator comp, BigSwapper swapper)
          Sorts the specified range of elements using the specified big swapper and according to the order induced by the specified comparator using quicksort.
 



Copyright © 2011. All Rights Reserved.