Class ClassicSort

    • Constructor Summary

      Constructors 
      Constructor Description
      ClassicSort()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract double getValue​(int index)  
      abstract void userSort​(int begin, int end, AttributeStreamOfInt32 indices)  
      • Methods inherited from class java.lang.Object

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

      • ClassicSort

        ClassicSort()
    • Method Detail

      • getValue

        public abstract double getValue​(int index)