Class StringUtils
java.lang.Object
com.amilesend.mediainfo.util.StringUtils
Simple string utility methods.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisBlank(CharSequence cs) Determines if the given char sequence is blank.static booleanDetermines if the given char sequence is not blank.
-
Field Details
-
EMPTY
- See Also:
-
-
Method Details
-
isBlank
Determines if the given char sequence is blank.- Parameters:
cs- the char sequence to evaluate- Returns:
trueif blank; else,false
-
isNotBlank
Determines if the given char sequence is not blank.- Parameters:
cs- the char sequence to evaluate- Returns:
trueif not blank; else,false
-