Class Node<V>

java.lang.Object
squidpony.squidmath.BinaryHeap.Node
squidpony.squidai.graph.Node<V>
Type Parameters:
V - the vertex type; often Coord
All Implemented Interfaces:
Serializable

public class Node<V>
extends BinaryHeap.Node
implements Serializable
An extended version of BinaryHeap.Node that also stores a reference to the parent Graph, a vertex object of type V, a Map of neighbor Nodes to the appropriate Connection per Node, an extra List of those same Connections for faster iteration, and a lot of internal data used by algorithms in this package.
Author:
earlygrey
See Also:
Serialized Form