Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ outDegree
Method
outDegree
output/java_guava/1.4.19/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
size
Method · 0.65
outEdges
Method · 0.65
Tested by
no test coverage detected