MCPcopy Index your code
hub / github.com/SeanDragon/protools / length

Method length

common/src/main/java/pro/tools/data/text/ToolStr.java:182–184  ·  view source on GitHub ↗

返回字符串长度 @param s 字符串 @return null返回0,其他返回自身长度

(CharSequence s)

Source from the content-addressed store, hash-verified

180 * @return null返回0,其他返回自身长度
181 */
182 public static int length(CharSequence s) {
183 return s == null ? 0 : s.length();
184 }
185
186 /**
187 * 首字母大写

Callers 15

reverseMethod · 0.95
fromHexMethod · 0.80
toHexMethod · 0.80
printHexStringMethod · 0.80
convertRequestMethod · 0.80
sqrtMethod · 0.80
getPinYinHeadCharMethod · 0.80
isNumberMethod · 0.80
isMatchMethod · 0.80
compressMethod · 0.80
unCompressMethod · 0.80
hexString2BytesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected