Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ iterator
Method
iterator
output/java_guava/1.4.19/Sets.java:647–650 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
645
}
646
647
@Override
648
public
Iterator<E> iterator() {
649
return
Iterators.unmodifiableIterator(Iterators.concat(set1.iterator(), set2minus1.iterator()));
650
}
651
652
@Override
653
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