Class OnTheFlyLegionMove.OnTheFlyLegionMoveIterator.myIntArrayLegionValueComparator
java.lang.Object
net.sf.colossus.ai.helper.OnTheFlyLegionMove.OnTheFlyLegionMoveIterator.myIntArrayComparator
net.sf.colossus.ai.helper.OnTheFlyLegionMove.OnTheFlyLegionMoveIterator.myIntArrayLegionValueComparator
- All Implemented Interfaces:
Comparator<int[]>
- Enclosing class:
OnTheFlyLegionMove.OnTheFlyLegionMoveIterator
class OnTheFlyLegionMove.OnTheFlyLegionMoveIterator.myIntArrayLegionValueComparator
extends OnTheFlyLegionMove.OnTheFlyLegionMoveIterator.myIntArrayComparator
- Author:
- Romain Dolbeau
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OnTheFlyLegionMove.OnTheFlyLegionMoveIterator.myIntArrayComparator
baseXvalue, nextValue, nextValue, roundNextUpMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
myIntArrayLegionValueComparator
myIntArrayLegionValueComparator()
-
-
Method Details
-
compare
public int compare(int[] t1, int[] t2) - Specified by:
comparein interfaceComparator<int[]>- Overrides:
comparein classOnTheFlyLegionMove.OnTheFlyLegionMoveIterator.myIntArrayComparator
-