Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SEBV1/idlefish_monitor
/ isEmpty
Method
isEmpty
src/main/java/com/github/utils/StringUtils.java:32–34 ·
view source on GitHub ↗
(String str)
Source
from the content-addressed store, hash-verified
30
}
31
32
public
static
boolean isEmpty(String str) {
33
return
str == null || str.length() == 0;
34
}
35
36
public
static
boolean isNotBlank(String str) {
37
return
!isBlank(str);
Callers
15
onApplicationEvent
Method · 0.95
printCallStaticObjectMethodV
Method · 0.80
printCallObjectMethodV
Method · 0.80
printNewObjectV
Method · 0.80
printCallBooleanMethodV
Method · 0.80
printCallStaticLongMethodV
Method · 0.80
printGetObjectField
Method · 0.80
printGetStaticObjectField
Method · 0.80
printGetIntField
Method · 0.80
getStringPreAddr
Method · 0.80
tm
Function · 0.80
qm
Function · 0.80
Calls
no outgoing calls
Tested by
9
printCallStaticObjectMethodV
Method · 0.64
printCallObjectMethodV
Method · 0.64
printNewObjectV
Method · 0.64
printCallBooleanMethodV
Method · 0.64
printCallStaticLongMethodV
Method · 0.64
printGetObjectField
Method · 0.64
printGetStaticObjectField
Method · 0.64
printGetIntField
Method · 0.64
getStringPreAddr
Method · 0.64