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

Method separatorStart

guava/src/com/google/common/base/Splitter.java:144–147  ·  view source on GitHub ↗
(int start)

Source from the content-addressed store, hash-verified

142 (splitter, toSplit) ->
143 new SplittingIterator(splitter, toSplit) {
144 @Override
145 int separatorStart(int start) {
146 return separatorMatcher.indexIn(toSplit, start);
147 }
148
149 @Override
150 int separatorEnd(int separatorPosition) {

Callers

nothing calls this directly

Calls 5

indexInMethod · 0.45
lengthMethod · 0.45
charAtMethod · 0.45
findMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected