Uses of Interface
com.google.javascript.jscomp.graph.Graph.GraphEdge
Packages that use Graph.GraphEdge
-
Uses of Graph.GraphEdge in com.google.javascript.jscomp.graph
Subinterfaces of Graph.GraphEdge in com.google.javascript.jscomp.graphModifier and TypeInterfaceDescriptionstatic interface
DiGraph.DiGraphEdge<N,
E> A generic directed graph edge.static interface
A generic undirected graph edge.Classes in com.google.javascript.jscomp.graph that implement Graph.GraphEdgeModifier and TypeClassDescriptionstatic class
A directed graph edge that stores the source and destination nodes at each edge.Methods in com.google.javascript.jscomp.graph that return Graph.GraphEdgeModifier and TypeMethodDescriptionabstract Graph.GraphEdge
<N, E> Graph.getFirstEdge
(N n1, N n2) Retrieves any edge from the graph.@Nullable Graph.GraphEdge
<N, E> LinkedDirectedGraph.getFirstEdge
(N n1, N n2) @Nullable Graph.GraphEdge
<N, E> LinkedUndirectedGraph.getFirstEdge
(N n1, N n2) Methods in com.google.javascript.jscomp.graph that return types with arguments of type Graph.GraphEdgeModifier and TypeMethodDescriptionabstract List
<? extends Graph.GraphEdge<N, E>> Graph.getEdges()
Gets an immutable list of all edges.abstract List
<? extends Graph.GraphEdge<N, E>> Retrieves an edge from the graph.LinkedUndirectedGraph.getEdges()