MCPcopy Create free account
hub / github.com/antlr/codebuff / edgesConnecting

Method edgesConnecting

corpus/java/training/guava/graph/Network.java:285–285  ·  view source on GitHub ↗

Returns the set of edges that connect node1 to node2. This set is the intersection of outEdges(node1) and inEdges(node2). If node1 is equal to node2, then it is the set of self-loop edges for that node. @throws IllegalArgumentException if {@code n

(Object node1, Object node2)

Source from the content-addressed store, hash-verified

283 * of this graph
284 */
285 Set<E> edgesConnecting(Object node1, Object node2);
286
287 /**
288 * Returns all edges in this graph which can be traversed in the direction (if any) of the edge

Callers 15

edgesConnectingMethod · 0.65
parallelEdgesMethod · 0.65
addEdgeMethod · 0.65
edgesConnectingMethod · 0.65
edgesConnectingMethod · 0.65
parallelEdgesMethod · 0.65
addEdgeMethod · 0.65
edgesConnectingMethod · 0.65
edgesConnectingMethod · 0.65
parallelEdgesMethod · 0.65
addEdgeMethod · 0.65
edgesConnectingMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected