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 |
---|---|
LowestCommonAncestorFinder<N,E> |
LowestCommonAncestorFinder.Factory.create(DiGraph<N,E> graph,
LowestCommonAncestorFinder.HeightFunction<N> heightFn) |
Constructor and Description |
---|
LowestCommonAncestorFinder(DiGraph<N,E> graph,
LowestCommonAncestorFinder.HeightFunction<N> heightFn) |
Copyright © 2009-2020 Google. All Rights Reserved.