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

Method splittingIterator

output/java_guava/1.4.19/Splitter.java:408–410  ·  view source on GitHub ↗
(CharSequence sequence)

Source from the content-addressed store, hash-verified

406 }
407
408 private Iterator<String> splittingIterator(CharSequence sequence) {
409 return strategy.iterator(this, sequence);
410 }
411
412 /**
413 * 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