Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ size
Method
size
output/java_guava/1.4.17/Multisets.java:1007–1010 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1005
}
1006
1007
@Override
1008
public
int
size() {
1009
return
multiset().entrySet().size();
1010
}
1011
}
1012
1013
Callers
nothing calls this directly
Calls
3
multiset
Method · 0.95
size
Method · 0.65
entrySet
Method · 0.65
Tested by
no test coverage detected