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

Method splittingIterator

guava/src/com/google/common/base/Splitter.java:385–387  ·  view source on GitHub ↗
(CharSequence sequence)

Source from the content-addressed store, hash-verified

383 }
384
385 private Iterator<String> splittingIterator(CharSequence sequence) {
386 return strategy.iterator(this, sequence);
387 }
388
389 /**
390 * Splits {@code sequence} into string components and returns them as an immutable list. If you

Callers 3

iteratorMethod · 0.95
splitToListMethod · 0.95
splitMethod · 0.45

Calls 1

iteratorMethod · 0.65

Tested by

no test coverage detected