MCPcopy Create free account
hub / github.com/Rukey7/MvpApp / isBlank

Method isBlank

app/src/main/java/com/dl7/mvp/utils/StringUtils.java:117–119  ·  view source on GitHub ↗

is null or its length is 0 or it is made by space isBlank(null) = true; isBlank("") = true; isBlank(" ") = true; isBlank("a") = false; isBlank("a ") = false; isBlank(" a") = false; isBlank("a b") = false; @param str @ret

(String str)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

getFileExtensionMethod · 0.95
isFileExistMethod · 0.95
isFolderExistMethod · 0.95
deleteFileMethod · 0.95
getFileSizeMethod · 0.95

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected