Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ count
Method
count
corpus/java/training/guava/collect/Multisets.java:409–412 ·
view source on GitHub ↗
(Object element)
Source
from the content-addressed store, hash-verified
407
}
408
409
@Override
410
public
int
count(Object element) {
411
return
Math.max(multiset1.count(element), multiset2.count(element));
412
}
413
414
@Override
415
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