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 boolean
static boolean
Returns true if the parameter is null or contains only whitespacestatic boolean
Returns 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
-