Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
barSumTwo
Method · 0.95
barCountTwo
Method · 0.95
barSum
Method · 0.95
barCount
Method · 0.95
dictionaryConvert
Method · 0.95
Calls
1
isEmpty
Method · 0.95
Tested by
no test coverage detected