Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ remove
Method
remove
output/java_guava/1.4.17/Multisets.java:1002–1005 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
1000
}
1001
1002
@Override
1003
public
boolean remove(Object o) {
1004
return
multiset().remove(o, Integer.MAX_VALUE) > 0;
1005
}
1006
1007
@Override
1008
public
int
size() {
Callers
nothing calls this directly
Calls
2
multiset
Method · 0.95
remove
Method · 0.65
Tested by
no test coverage detected