Package | Description |
---|---|
game |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<NodeStatus> |
HuntState.neighbors()
Return an unordered collection of NodeStatus objects
associated with all direct neighbors of Indiana's current location.
|
java.util.Collection<NodeStatus> |
GameState.neighbors()
Return a collection of NodeStatus objects that contain the unique ID of the node
and the distance from that node to the target.
|
Modifier and Type | Method and Description |
---|---|
int |
NodeStatus.compareTo(NodeStatus other)
Return neg or pos number depending on whether this's distance is < or >
other's distance.
|