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

Method iterator

android/guava/src/com/google/common/base/Splitter.java:518–518  ·  view source on GitHub ↗
(Splitter splitter, CharSequence toSplit)

Source from the content-addressed store, hash-verified

516
517 private interface Strategy {
518 Iterator<String> iterator(Splitter splitter, CharSequence toSplit);
519 }
520
521 private abstract static class SplittingIterator extends AbstractIterator<String> {

Callers 15

iteratorMethod · 0.65
replaceAllMethod · 0.65
iteratorMethod · 0.65
iteratorMethod · 0.65
entrySetIteratorMethod · 0.65
entryIteratorMethod · 0.65
immutableEnumMapMethod · 0.65
asMapEntryIteratorMethod · 0.65
toMapMethod · 0.65
uniqueIndexMethod · 0.65

Calls

no outgoing calls

Tested by 15

entryIteratorMethod · 0.52
joinerInlinedMethod · 0.52
removeMethod · 0.52
checkEmptyMethod · 0.52
testSegmentPut_evictMethod · 0.52
testRecordReadMethod · 0.52
testRecordReadOnGetMethod · 0.52
testRecordWriteMethod · 0.52
testEvictEntriesMethod · 0.52
runExpirationTestMethod · 0.52