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

Method iterator

corpus/java/training/guava/collect/Iterables.java:403–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

401 checkNotNull(iterable);
402 return new FluentIterable<T>() {
403 @Override
404 public Iterator<T> iterator() {
405 return Iterators.cycle(iterable);
406 }
407
408 @Override
409 public String toString() {

Callers

nothing calls this directly

Calls 15

cycleMethod · 0.95
partitionMethod · 0.95
paddedPartitionMethod · 0.95
filterMethod · 0.95
transformMethod · 0.95
advanceMethod · 0.95
limitMethod · 0.95
consumingIteratorMethod · 0.95
mergeSortedMethod · 0.95
transformMethod · 0.95
toIteratorMethod · 0.95
iteratorMethod · 0.65

Tested by

no test coverage detected