Uses of Interface
com.google.javascript.jscomp.graph.UndiGraph.UndiGraphEdge
-
Packages that use UndiGraph.UndiGraphEdge Package Description com.google.javascript.jscomp.graph Provides graph data structures and algorithms for coloring and fixed-point computations. -
-
Uses of UndiGraph.UndiGraphEdge in com.google.javascript.jscomp.graph
Methods in com.google.javascript.jscomp.graph that return types with arguments of type UndiGraph.UndiGraphEdge Modifier and Type Method Description java.util.List<UndiGraph.UndiGraphEdge<N,E>>
UndiGraph.UndiGraphNode. getNeighborEdges()
java.util.Iterator<UndiGraph.UndiGraphEdge<N,E>>
UndiGraph.UndiGraphNode. getNeighborEdgesIterator()
java.util.List<UndiGraph.UndiGraphEdge<N,E>>
LinkedUndirectedGraph. getUndirectedGraphEdges(N n1, N n2)
-