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

Method inEdges

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

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

(Object node)

Source from the content-addressed store, hash-verified

291 * @throws IllegalArgumentException if {@code node} is not an element of this graph
292 */
293 Set<E> inEdges(Object node);
294
295 /**
296 * Returns all edges in this graph which can be traversed in the direction (if any) of the edge

Callers 15

nodeConnectionsOfMethod · 0.65
inDegreeMethod · 0.65
equalMethod · 0.65
inEdgesMethod · 0.65
nodeConnectionsOfMethod · 0.65
inDegreeMethod · 0.65
equalMethod · 0.65
inEdgesMethod · 0.65
nodeConnectionsOfMethod · 0.65
inDegreeMethod · 0.65
equalMethod · 0.65
inEdgesMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected