Package zombie.ai.states
Class SwipeStatePlayer.CustomComparator
java.lang.Object
zombie.ai.states.SwipeStatePlayer.CustomComparator
- All Implemented Interfaces:
java.util.Comparator
- Enclosing class:
- SwipeStatePlayer
public static class SwipeStatePlayer.CustomComparator
extends java.lang.Object
implements java.util.Comparator
-
Constructor Summary
Constructors Constructor Description CustomComparator() -
Method Summary
Modifier and Type Method Description intcompare(IsoMovingObject o1, IsoMovingObject o2)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
CustomComparator
public CustomComparator()
-
-
Method Details
-
compare
-