Package | Description |
---|---|
com.google.javascript.jscomp.graph |
Provides graph data structures and algorithms for coloring and fixed-point
computations.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
LinkedDirectedGraph.AnnotatedLinkedDirectedGraphNode<N,E>
A directed graph node with annotations.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<N,LinkedDirectedGraph.LinkedDirectedGraphNode<N,E>> |
LinkedDirectedGraph.nodes |
Modifier and Type | Method and Description |
---|---|
LinkedDirectedGraph.LinkedDirectedGraphNode<N,E> |
LinkedDirectedGraph.createDirectedGraphNode(N nodeValue) |