Class PartialSortTest.Item

  • Enclosing class:
    PartialSortTest

    static class PartialSortTest.Item
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Item​(int index, int key)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static boolean isStablySorted​(PartialSortTest.Item[] vec, int limit, boolean desc)  
      • Methods inherited from class java.lang.Object

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

      • Item

        Item​(int index,
             int key)
    • Method Detail

      • isStablySorted

        static boolean isStablySorted​(PartialSortTest.Item[] vec,
                                      int limit,
                                      boolean desc)