MCPcopy
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

9public 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

isEmptyNonEmptyInputMethod · 0.95
isEmptyEmptyInputMethod · 0.95
isEmptyInputNullMethod · 0.95
buildMethod · 0.95
checkConfigMethod · 0.95
checkCodeMethod · 0.95
checkStateMethod · 0.95
isHttpProtocolMethod · 0.95
isHttpsProtocolMethod · 0.95
isLocalHostMethod · 0.95

Calls

no outgoing calls

Tested by 3

isEmptyNonEmptyInputMethod · 0.76
isEmptyEmptyInputMethod · 0.76
isEmptyInputNullMethod · 0.76