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

Method indexOf

classpath/java/lang/String.java:284–286  ·  view source on GitHub ↗
(int c)

Source from the content-addressed store, hash-verified

282 }
283
284 public int indexOf(int c) {
285 return indexOf(c, 0);
286 }
287
288 public int indexOf(int c, int start) {
289 for (int i = start; i < length; ++i) {

Callers 4

MyJarURLConnectionMethod · 0.95
replaceMethod · 0.95
containsMethod · 0.95
collectTypeVariablesMethod · 0.95

Calls 2

charAtMethod · 0.95
charAtMethod · 0.65

Tested by

no test coverage detected