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:970–970 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
968
abstract
static
class
ElementSet<E> extends Sets.ImprovedAbstractSet<E> {
969
970
abstract Multiset<E> multiset();
971
972
@Override
973
public
void
clear() {
Callers
7
clear
Method · 0.95
contains
Method · 0.95
containsAll
Method · 0.95
isEmpty
Method · 0.95
iterator
Method · 0.95
remove
Method · 0.95
size
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected