|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
N
- Value type that the graph node stores.E
- Value type that the graph edge stores.public static interface UndiGraph.UndiGraphNode<N,E>
A generic undirected graph node.
Method Summary | |
---|---|
List<UndiGraph.UndiGraphEdge<N,E>> |
getNeighborEdges()
|
Methods inherited from interface com.google.javascript.jscomp.graph.GraphNode |
---|
getValue |
Methods inherited from interface com.google.javascript.jscomp.graph.Annotatable |
---|
getAnnotation, setAnnotation |
Method Detail |
---|
List<UndiGraph.UndiGraphEdge<N,E>> getNeighborEdges()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |