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

Method iterator

output/java_guava/1.4.16/ImmutableEnumSet.java:66–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 @Override
67 public UnmodifiableIterator<E> iterator() {
68 return Iterators.unmodifiableIterator(delegate.iterator());
69 }
70
71 @Override
72 public int size() {

Callers

nothing calls this directly

Calls 2

unmodifiableIteratorMethod · 0.95
iteratorMethod · 0.65

Tested by

no test coverage detected