MCPcopy Index your code
hub / github.com/antlr/codebuff / iterator

Method iterator

corpus/java/training/guava/base/Splitter.java:503–503  ·  view source on GitHub ↗
(Splitter splitter, CharSequence toSplit)

Source from the content-addressed store, hash-verified

501
502 private interface Strategy {
503 Iterator<String> iterator(Splitter splitter, CharSequence toSplit);
504 }
505
506 private abstract static class SplittingIterator extends AbstractIterator<String> {

Callers 15

openMethod · 0.65
updateStackMethod · 0.65
storeArgsMethod · 0.65
lengthMethod · 0.65
testAttributeTrueMethod · 0.65
showMethod · 0.65
openMethod · 0.65
updateStackMethod · 0.65
storeArgsMethod · 0.65
lengthMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected