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

Method ptopRank

src/main/java/com/scudata/array/DoubleArray.java:7427–7692  ·  view source on GitHub ↗

对数组元素从小到大做排名,取前count名的位置 @param count 如果count小于0则从大到小做排名 @param ignoreNull 是否忽略空元素 @param iopt 是否按去重方式做排名 @return IntArray

(int count, boolean ignoreNull, boolean iopt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 15

binarySearchMethod · 0.95
insertDoubleMethod · 0.95
insertIntMethod · 0.95
sizeMethod · 0.95
compareToMethod · 0.95
getDoubleMethod · 0.95
removeLastMethod · 0.95
removeLastMethod · 0.95
addDoubleMethod · 0.95
addIntMethod · 0.95
isNullMethod · 0.95
insertMethod · 0.95

Tested by

no test coverage detected