Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ count
Method
count
output/java_guava/1.4.17/Multisets.java:421–424 ·
view source on GitHub ↗
(Object element)
Source
from the content-addressed store, hash-verified
419
}
420
421
@Override
422
public
int
count(Object element) {
423
return
Math.max(multiset1.count(element), multiset2.count(element));
424
}
425
426
@Override
427
Set<E> createElementSet() {
Callers
nothing calls this directly
Calls
3
count
Method · 0.65
max
Method · 0.45
min
Method · 0.45
Tested by
no test coverage detected