Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ isEmpty
Method
isEmpty
output/java_guava/1.4.17/Sets.java:642–645 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
640
}
641
642
@Override
643
public
boolean isEmpty() {
644
return
set1.isEmpty() && set2.isEmpty();
645
}
646
647
@Override
648
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