zombie.ai.states
Class SwipeStatePlayer.CustomComparator

java.lang.Object
  extended by zombie.ai.states.SwipeStatePlayer.CustomComparator
All Implemented Interfaces:
java.util.Comparator<IsoMovingObject>
Enclosing class:
SwipeStatePlayer

public class SwipeStatePlayer.CustomComparator
extends java.lang.Object
implements java.util.Comparator<IsoMovingObject>


Constructor Summary
SwipeStatePlayer.CustomComparator()
           
 
Method Summary
 int compare(IsoMovingObject o1, IsoMovingObject o2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

SwipeStatePlayer.CustomComparator

public SwipeStatePlayer.CustomComparator()
Method Detail

compare

public int compare(IsoMovingObject o1,
                   IsoMovingObject o2)
Specified by:
compare in interface java.util.Comparator<IsoMovingObject>