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

Method incidentEdges

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

Returns the edges whose endpoints in this graph include node. @throws IllegalArgumentException if node is not an element of this graph

(Object node)

Source from the content-addressed store, hash-verified

241 * @throws IllegalArgumentException if {@code node} is not an element of this graph
242 */
243 Set<E> incidentEdges(Object node);
244
245 /**
246 * Returns the nodes which are the endpoints of {@code edge} in this graph.

Callers 15

nodeConnectionsOfMethod · 0.65
degreeMethod · 0.65
applyMethod · 0.65
removeNodeMethod · 0.65
incidentEdgesMethod · 0.65
nodeConnectionsOfMethod · 0.65
degreeMethod · 0.65
applyMethod · 0.65
removeNodeMethod · 0.65
incidentEdgesMethod · 0.65
nodeConnectionsOfMethod · 0.65
degreeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected