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 |
LinkedUndirectedGraph.AnnotatedLinkedUndirectedGraphNode<N,E>
An undirected graph node with annotations.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<N,LinkedUndirectedGraph.LinkedUndirectedGraphNode<N,E>> |
LinkedUndirectedGraph.nodes |