Class LinkedDirectedGraph.LinkedDiGraphNode<N,E>

java.lang.Object
com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDiGraphNode<N,E>
All Implemented Interfaces:
Annotatable, DiGraph.DiGraphNode<N,E>, GraphNode<N,E>, GraphvizGraph.GraphvizNode
Enclosing class:
LinkedDirectedGraph<N,E>

public static class LinkedDirectedGraph.LinkedDiGraphNode<N,E> extends Object implements DiGraph.DiGraphNode<N,E>, GraphvizGraph.GraphvizNode
A directed graph node that stores outgoing edges and incoming edges as an list within the node itself.