Interface ParallelSorter.Comparer

All Known Implementing Classes:
ParallelSorter.ByteComparer, ParallelSorter.ComparatorComparer, ParallelSorter.DoubleComparer, ParallelSorter.FloatComparer, ParallelSorter.IntComparer, ParallelSorter.LongComparer, ParallelSorter.ObjectComparer, ParallelSorter.ShortComparer
Enclosing class:
ParallelSorter

static interface ParallelSorter.Comparer
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    compare(int i, int j)
     
  • Method Details

    • compare

      int compare(int i, int j)