MCPcopy Create free account
hub / github.com/LisenCoding/cangku / isNotEmpty

Method isNotEmpty

boot/src/main/java/com/utils/StringUtil.java:12–14  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

10 }
11
12 public static boolean isNotEmpty(String s){
13 return !StringUtil.isEmpty(s);
14 }
15}

Callers 5

barSumTwoMethod · 0.95
barCountTwoMethod · 0.95
barSumMethod · 0.95
barCountMethod · 0.95
dictionaryConvertMethod · 0.95

Calls 1

isEmptyMethod · 0.95

Tested by

no test coverage detected