org.logicalcobwebs.cglib.util
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
 int compare(int i, int j)
           
 

Method Detail

compare

int compare(int i,
            int j)