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

Method iterator

output/java_guava/1.4.17/FluentIterable.java:136–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 ? (FluentIterable<E>) iterable
135 : new FluentIterable<E>(iterable) {
136 @Override
137 public Iterator<E> iterator() {
138 return iterable.iterator();
139 }
140 };
141 }
142

Callers

nothing calls this directly

Calls 4

concatMethod · 0.95
transformMethod · 0.95
toIteratorMethod · 0.95
iteratorMethod · 0.65

Tested by

no test coverage detected