MCPcopy Create free account
hub / github.com/Martin404/PayMap / splitToList

Method splitToList

src/main/java/com/hugnew/core/util/StringUtil.java:351–378  ·  view source on GitHub ↗

自定义的分隔字符串函数 例如: 1,2,3 =>[1,2,3] 3个元素 ,2,3=>[,2,3] 3个元素 ,2,3,=>[,2,3,] 4个元素 ,,,=>[,,,] 4个元素 5.22算法修改,为提高速度不用正则表达式 两个间隔符,,返回""元素 @param split 分割字符 默认, @param src 输入字符串 @return 分隔后的list

(String split, String src)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected