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 |
---|---|
static <NodeT,EdgeT> |
FixedPointGraphTraversal.newReverseTraversal(FixedPointGraphTraversal.EdgeCallback<NodeT,EdgeT> callback)
Helper method for creating new traversals that traverse from child to parent.
|
static <NodeT,EdgeT> |
FixedPointGraphTraversal.newTraversal(FixedPointGraphTraversal.EdgeCallback<NodeT,EdgeT> callback)
Helper method for creating new traversals that traverse from parent to child.
|
Copyright © 2009-2020 Google. All Rights Reserved.