MCPcopy Create free account
hub / github.com/e2wugui/zeze / indexOf

Method indexOf

ZezeJava/ZezeJava/src/main/java/Zeze/Util/IntList.java:362–364  ·  view source on GitHub ↗
(int value)

Source from the content-addressed store, hash-verified

360 }
361
362 public int indexOf(int value) {
363 return indexOf(value, 0);
364 }
365
366 public int indexOf(int value, int fromIdx) {
367 int[] buf = buffer;

Callers 15

BitNotMethod · 0.45
sFunction · 0.45
app.c4eb8aac.jsFile · 0.45
processErrorSidsMethod · 0.45
toShortMethod · 0.45
packMethod · 0.45
isBeanLogMethod · 0.45
retreatMethod · 0.45
loadExistModulesMethod · 0.45
tryReadyMethod · 0.45
addFileHandlerMethod · 0.45
pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected