Class ParallelSorter.IntComparer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[] a  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntComparer​(int[] a)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(int i, int j)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • a

        private int[] a
    • Constructor Detail

      • IntComparer

        public IntComparer​(int[] a)