MCPcopy Create free account
hub / github.com/apache/solr / isBlank

Method isBlank

solr/solrj/src/java/org/apache/solr/common/util/StrUtils.java:375–377  ·  view source on GitHub ↗
(String string)

Source from the content-addressed store, hash-verified

373 public static boolean isNotNullOrEmpty(String string) {
374 return !isNullOrEmpty(string);
375 }
376
377 public static boolean isBlank(String string) {
378 return string == null || string.isBlank();
379 }
380

Callers 15

splitLockIdsMethod · 0.95
doCreateLockMethod · 0.95
lockMethod · 0.95
ZkDistributedLockMethod · 0.95
assignReplicaDetailsMethod · 0.95
validateMethod · 0.95
callMethod · 0.95
getParamNamesToLogMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by 3

checkCallerMethod · 0.64