MCPcopy Create free account
hub / github.com/antlr/codebuff / iterator

Method iterator

output/java_guava/1.4.16/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

sizeMethod · 0.95
isEmptyMethod · 0.95

Calls 4

unmodifiableIteratorMethod · 0.95
concatMethod · 0.95
filterMethod · 0.95
iteratorMethod · 0.65

Tested by

no test coverage detected