Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ toString
Method
toString
output/java_guava/1.4.17/ImmutableMultiset.java:314–317 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
312
}
313
314
@Override
315
public
String toString() {
316
return
entrySet().toString();
317
}
318
319
private
transient ImmutableSet<Entry<E>> entrySet;
320
Callers
nothing calls this directly
Calls
2
entrySet
Method · 0.95
toString
Method · 0.65
Tested by
no test coverage detected