Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/justauth/JustAuth
/ isEmpty
Method
isEmpty
src/main/java/me/zhyd/oauth/utils/StringUtils.java:11–13 ·
view source on GitHub ↗
(String str)
Source
from the content-addressed store, hash-verified
9
public
class
StringUtils {
10
11
public
static
boolean isEmpty(String str) {
12
return
null == str || str.isEmpty();
13
}
14
15
public
static
boolean isNotEmpty(String str) {
16
return
!isEmpty(str);
Callers
15
isEmptyNonEmptyInput
Method · 0.95
isEmptyEmptyInput
Method · 0.95
isEmptyInputNull
Method · 0.95
build
Method · 0.95
checkConfig
Method · 0.95
checkCode
Method · 0.95
checkState
Method · 0.95
isHttpProtocol
Method · 0.95
isHttpsProtocol
Method · 0.95
isLocalHost
Method · 0.95
isHttpsProtocolOrLocalHost
Method · 0.95
generateTwitterSignature
Method · 0.95
Calls
no outgoing calls
Tested by
3
isEmptyNonEmptyInput
Method · 0.76
isEmptyEmptyInput
Method · 0.76
isEmptyInputNull
Method · 0.76