Package org.apache.http.util
Class TextUtils
java.lang.Object
org.apache.http.util.TextUtils
- Since:
- 4.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanReturns true if the parameter is null or contains only whitespacestatic booleanReturns true if the parameter is null or of zero length
-
Constructor Details
-
TextUtils
public TextUtils()
-
-
Method Details
-
isEmpty
Returns true if the parameter is null or of zero length -
isBlank
Returns true if the parameter is null or contains only whitespace -
containsBlanks
- Since:
- 4.4
-