Class OnTheFlyLegionMove.OnTheFlyLegionMoveIterator.myIntArrayComparator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) long baseXvalue​(int[] t)  
      int compare​(int[] t1, int[] t2)  
      (package private) int[] nextValue​(int[] t)  
      (package private) int[] nextValue​(int[] t, int factor)  
      (package private) int[] roundNextUp​(int[] t, int factor)  
      • 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
    • Constructor Detail

      • myIntArrayComparator

        myIntArrayComparator()
    • Method Detail

      • baseXvalue

        long baseXvalue​(int[] t)
      • roundNextUp

        int[] roundNextUp​(int[] t,
                          int factor)
      • nextValue

        int[] nextValue​(int[] t)
      • nextValue

        int[] nextValue​(int[] t,
                        int factor)
      • compare

        public int compare​(int[] t1,
                           int[] t2)
        Specified by:
        compare in interface java.util.Comparator<int[]>