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

Method apply

corpus/java/training/guava/graph/Graphs.java:387–390  ·  view source on GitHub ↗
(E edge)

Source from the content-addressed store, hash-verified

385 checkNotNull(graph, "graph");
386 return new Predicate<E>() {
387 @Override
388 public boolean apply(E edge) {
389 return (graph.incidentNodes(edge).size() == 1);
390 }
391 };
392 }
393

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