Class ParallelSorter.ObjectComparer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object[] a  
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectComparer​(java.lang.Object[] 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 java.lang.Object[] a
    • Constructor Detail

      • ObjectComparer

        public ObjectComparer​(java.lang.Object[] a)