MCPcopy
hub / github.com/google/guava / iterator

Method iterator

guava/src/com/google/common/base/Splitter.java:370–373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

368
369 return new Iterable<String>() {
370 @Override
371 public Iterator<String> iterator() {
372 return splittingIterator(sequence);
373 }
374
375 @Override
376 public String toString() {

Callers

nothing calls this directly

Calls 1

splittingIteratorMethod · 0.95

Tested by

no test coverage detected