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

Method target

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

For a directed graph, returns the node for which edge is an incoming edge. For an undirected graph, throws an UnsupportedOperationException.

(Object edge)

Source from the content-addressed store, hash-verified

338 * For an undirected graph, throws an {@link UnsupportedOperationException}.
339 */
340 N target(Object edge);
341
342 /**
343 * Returns the number of edges {@linkplain #incidentEdges(Object) incident} in this graph

Callers 10

applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected