|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deken.game.pathfinding.NodeLinkComparator
public class NodeLinkComparator
Title: NodeLinkComparator
Description: TODO
Copyright: Copyright (c) Apr 22, 2012
Constructor Summary | |
---|---|
NodeLinkComparator(boolean yFirst,
int x,
int y)
|
Method Summary | |
---|---|
int |
compare(NodeLink o1,
NodeLink o2)
|
void |
setTargetLocation(int x,
int y)
|
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 |
Constructor Detail |
---|
public NodeLinkComparator(boolean yFirst, int x, int y)
Method Detail |
---|
public void setTargetLocation(int x, int y)
public int compare(NodeLink o1, NodeLink o2)
compare
in interface java.util.Comparator<NodeLink>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |