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

Method outDegree

output/java_guava/1.4.16/AbstractNetwork.java:43–46  ·  view source on GitHub ↗
(Object node)

Source from the content-addressed store, hash-verified

41 }
42
43 @Override
44 public int outDegree(Object node) {
45 return outEdges(node).size();
46 }
47
48 @Override
49 public boolean equals(@Nullable Object object) {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.65
outEdgesMethod · 0.65

Tested by

no test coverage detected