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

Method iterator

output/java_guava/1.4.18/Iterables.java:426–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

424 checkNotNull(iterable);
425 return new FluentIterable<T>() {
426 @Override
427 public Iterator<T> iterator() {
428 return Iterators.cycle(iterable);
429 }
430
431 @Override
432 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