Class CompareByIndex

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean asc  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Field Detail

      • asc

        private boolean asc
    • Constructor Detail

      • CompareByIndex

        public CompareByIndex()
      • CompareByIndex

        public CompareByIndex​(boolean asc)