Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ isEmpty
Method
isEmpty
corpus/java/training/guava/collect/Sets.java:602–605 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
600
}
601
602
@Override
603
public
boolean isEmpty() {
604
return
set1.isEmpty() && set2.isEmpty();
605
}
606
607
@Override
608
public
Iterator<E> iterator() {
Callers
nothing calls this directly
Calls
5
iterator
Method · 0.95
isEmpty
Method · 0.65
containsAll
Method · 0.65
equals
Method · 0.65
hasNext
Method · 0.45
Tested by
no test coverage detected