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

Method isEmpty

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

is null or its length is 0 isEmpty(null) = true; isEmpty("") = true; isEmpty(" ") = false; @param str @return if string is null or its size is 0, return true, else return false.

(CharSequence str)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

writeFileMethod · 0.95
getFileNameMethod · 0.95
getFolderNameMethod · 0.95
makeDirsMethod · 0.95
isNotEmptyMethod · 0.95
capitalizeFirstLetterMethod · 0.95
utf8EncodeMethod · 0.95
getHrefInnerHtmlMethod · 0.95
fullWidthToHalfWidthMethod · 0.95
halfWidthToFullWidthMethod · 0.95

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected