Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ multiset
Method
multiset
output/java_guava/1.4.17/Multisets.java:1016–1016 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1014
abstract
static
class
EntrySet<E> extends Sets.ImprovedAbstractSet<Entry<E>> {
1015
1016
abstract Multiset<E> multiset();
1017
1018
@Override
1019
public
boolean contains(@Nullable Object o) {
Callers
3
contains
Method · 0.95
remove
Method · 0.95
clear
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected