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

Method apply

output/java_guava/1.4.17/Graphs.java:405–408  ·  view source on GitHub ↗
(E edge)

Source from the content-addressed store, hash-verified

403 checkNotNull(graph, "graph");
404 return new Predicate<E>() {
405 @Override
406 public boolean apply(E edge) {
407 return (graph.incidentNodes(edge).size() == 1);
408 }
409 };
410 }
411

Callers

nothing calls this directly

Calls 8

sizeMethod · 0.65
incidentNodesMethod · 0.65
incidentEdgesMethod · 0.65
adjacentNodesMethod · 0.65
sourceMethod · 0.65
targetMethod · 0.65
toStringMethod · 0.65
formatMethod · 0.45

Tested by

no test coverage detected