|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinpro.pitch.util.ShortestPath.Node
private class ShortestPath.Node
Field Summary | |
---|---|
double |
distance
|
NodeType |
payload
|
ShortestPath.Node |
previous
|
Constructor Summary | |
---|---|
ShortestPath.Node(NodeType payload)
|
Method Summary | |
---|---|
int |
compareTo(ShortestPath.Node node)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ShortestPath.Node previous
public double distance
public NodeType payload
Constructor Detail |
---|
public ShortestPath.Node(NodeType payload)
Method Detail |
---|
public int compareTo(ShortestPath.Node node)
compareTo
in interface java.lang.Comparable<ShortestPath.Node>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |