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

Method outEdges

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

Returns all edges in this graph which can be traversed in the direction (if any) of the edge starting from node. @throws IllegalArgumentException if node is not an element of this graph

(Object node)

Source from the content-addressed store, hash-verified

299 * @throws IllegalArgumentException if {@code node} is not an element of this graph
300 */
301 Set<E> outEdges(Object node);
302
303 /**
304 * Returns all nodes in this graph adjacent to {@code node} which can be reached by traversing

Callers 15

nodeConnectionsOfMethod · 0.65
outDegreeMethod · 0.65
equalMethod · 0.65
outEdgesMethod · 0.65
nodeConnectionsOfMethod · 0.65
outDegreeMethod · 0.65
equalMethod · 0.65
outEdgesMethod · 0.65
nodeConnectionsOfMethod · 0.65
outDegreeMethod · 0.65
equalMethod · 0.65
outEdgesMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected