| Package | Description |
|---|---|
| com.google.javascript.jscomp.graph |
Provides graph data structures and algorithms for coloring and fixed-point
computations.
|
| 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) |
Copyright © 2009-2019 Google. All Rights Reserved.