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

Method ptop

src/main/java/com/scudata/array/IntArray.java:8530–8964  ·  view source on GitHub ↗

对数组元素从小到大做排序,取前count个的位置 @param count 如果count小于0则取后|count|名的位置 @param isAll count为正负1时,如果isAll取值为true则取所有排名第一的元素的位置,否则只取一个 @param isLast 是否从后开始找 @param ignoreNull 是否忽略空元素 @return IntArray

(int count, boolean isAll, boolean isLast, boolean ignoreNull)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 11

addIntMethod · 0.95
compareMethod · 0.95
clearMethod · 0.95
pushIntMethod · 0.95
binarySearchMethod · 0.95
insertIntMethod · 0.95
sizeMethod · 0.95
removeLastMethod · 0.95
descBinarySearchMethod · 0.95
removeMethod · 0.95
insertMethod · 0.95

Tested by

no test coverage detected