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

Method pad

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

补齐到n个,如果带选项m则补齐到n的倍数,如果源序列长度大于n则返回源序列 @param val Object 需要补的元素或元素构成的序列 @param n Integer 补齐后的长度后长度的倍数 @param opt String m:补齐到n的倍数,l:在左边补 @return Sequence

(Object val, int n, String opt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

lengthMethod · 0.95
addAllMethod · 0.95
getMemsMethod · 0.95
getMemMethod · 0.95
addMethod · 0.95
addAllMethod · 0.65
indexOfMethod · 0.45

Tested by

no test coverage detected