Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ iterator
Method
iterator
corpus/java/training/guava/collect/Sets.java:607–611 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
605
}
606
607
@Override
608
public
Iterator<E> iterator() {
609
return
Iterators.unmodifiableIterator(
610
Iterators.concat(set1.iterator(), set2minus1.iterator()));
611
}
612
613
@Override
614
public
boolean contains(Object object) {
Callers
2
size
Method · 0.95
isEmpty
Method · 0.95
Calls
4
unmodifiableIterator
Method · 0.95
concat
Method · 0.95
filter
Method · 0.95
iterator
Method · 0.65
Tested by
no test coverage detected