| Package | Description |
|---|---|
| com.google.javascript.jscomp.graph |
Provides graph data structures and algorithms for coloring and fixed-point
computations.
|
| Modifier and Type | Method and Description |
|---|---|
UndiGraph.UndiGraphNode<N,E> |
LinkedUndirectedGraph.createUndirectedGraphNode(N nodeValue) |
abstract UndiGraph.UndiGraphNode<N,E> |
UndiGraph.getUndirectedGraphNode(N nodeValue) |
UndiGraph.UndiGraphNode<N,E> |
LinkedUndirectedGraph.getUndirectedGraphNode(N nodeValue) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<UndiGraph.UndiGraphNode<N,E>> |
LinkedUndirectedGraph.getUndirectedGraphNodes() |
Copyright © 2009-2019 Google. All Rights Reserved.