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/ForwardingMultiset.java:63–66 ·
view source on GitHub ↗
(Object element)
Source
from the content-addressed store, hash-verified
61
protected
abstract Multiset<E> delegate();
62
63
@Override
64
public
int
count(Object element) {
65
return
delegate().count(element);
66
}
67
68
@CanIgnoreReturnValue
69
@Override
Callers
1
standardContains
Method · 0.95
Calls
2
delegate
Method · 0.95
count
Method · 0.65
Tested by
no test coverage detected