Class ParallelSorter.IntComparer

java.lang.Object
net.sf.cglib.util.ParallelSorter.IntComparer
All Implemented Interfaces:
ParallelSorter.Comparer
Enclosing class:
ParallelSorter

static class ParallelSorter.IntComparer extends Object implements ParallelSorter.Comparer
  • Field Details

    • a

      private int[] a
  • Constructor Details

    • IntComparer

      public IntComparer(int[] a)
  • Method Details