MCPcopy Create free account
hub / github.com/SPLWare/esProc / indexOfAll

Method indexOfAll

src/main/java/com/scudata/array/DateArray.java:1144–1242  ·  view source on GitHub ↗

返回元素在数组中所有出现的位置 @param elem 待查找的元素 @param start 起始查找位置(包含) @param isSorted 当前数组是否有序 @param isFromHead true:从头开始遍历,false:从尾向前开始遍历 @return IntArray

(Object elem, int start, boolean isSorted, boolean isFromHead)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

addIntMethod · 0.95
binarySearchMethod · 0.95
compareMethod · 0.95
pushIntMethod · 0.95

Tested by

no test coverage detected