Uses of Interface
it.unimi.dsi.fastutil.booleans.BooleanComparator

Packages that use BooleanComparator
it.unimi.dsi.fastutil.booleans Provides type-specific classes for boolean elements or keys. 
 

Uses of BooleanComparator in it.unimi.dsi.fastutil.booleans
 

Methods in it.unimi.dsi.fastutil.booleans with parameters of type BooleanComparator
static void BooleanArrays.mergeSort(boolean[] a, BooleanComparator comp)
          Sorts an array according to the order induced by the specified comparator using mergesort.
static void BooleanArrays.mergeSort(boolean[] a, int from, int to, BooleanComparator comp)
          Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
static void BooleanArrays.mergeSort(boolean[] a, int from, int to, BooleanComparator comp, boolean[] supp)
          Sorts the specified range of elements according to the order induced by the specified comparator using mergesort, using a given support array.
static void BooleanBigArrays.quickSort(boolean[][] x, BooleanComparator comp)
          Sorts the specified big array according to the order induced by the specified comparator using quicksort.
static void BooleanBigArrays.quickSort(boolean[][] x, long from, long to, BooleanComparator comp)
          Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
static void BooleanArrays.quickSort(boolean[] x, BooleanComparator comp)
          Sorts an array according to the order induced by the specified comparator using quicksort.
static void BooleanArrays.quickSort(boolean[] x, int from, int to, BooleanComparator comp)
          Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
 



Copyright © 2011. All Rights Reserved.