Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ clear
Method
clear
output/java_guava/1.4.17/Multisets.java:972–975 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
970
abstract Multiset<E> multiset();
971
972
@Override
973
public
void
clear() {
974
multiset().clear();
975
}
976
977
@Override
978
public
boolean contains(Object o) {
Callers
nothing calls this directly
Calls
2
multiset
Method · 0.95
clear
Method · 0.65
Tested by
no test coverage detected