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

Method pos

src/main/java/com/scudata/dm/Sequence.java:4793–4840  ·  view source on GitHub ↗

返回obj在序列中的位置,默认返回第一个 @param obj Object 某一元素或连续的元素组成的序列 @param opt String 查找标志,a:所有满足条件者,z:从后面往前找,b同序归并法查找,s:找不到时返回可插入位置的相反数 @return 数列:带有a选项,整数:不带a选项

(Object obj, String opt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

containsNameMethod · 0.95
isValueRangeMatchMethod · 0.95
imputeMethod · 0.95

Calls 11

subPosMethod · 0.95
getMemsMethod · 0.95
lengthMethod · 0.95
getIntegerMethod · 0.95
getMethod · 0.95
getMessageMethod · 0.95
indexOfAllMethod · 0.65
binarySearchMethod · 0.65
firstIndexOfMethod · 0.65
lastIndexOfMethod · 0.65
indexOfMethod · 0.45

Tested by

no test coverage detected