MCPcopy Create free account
hub / github.com/ReadyTalk/avian / indexOf

Method indexOf

classpath/java/lang/StringBuilder.java:236–238  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

234 }
235
236 public int indexOf(String s) {
237 return indexOf(s, 0);
238 }
239
240 public int indexOf(String s, int start) {
241 int slength = s.length();

Callers

nothing calls this directly

Calls 3

charAtMethod · 0.95
lengthMethod · 0.65
charAtMethod · 0.65

Tested by

no test coverage detected