org.apache.http.util
Class TextUtils
java.lang.Object
org.apache.http.util.TextUtils
public final class TextUtils
- extends Object
- Since:
- 4.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextUtils
public TextUtils()
isEmpty
public static boolean isEmpty(CharSequence s)
- Returns true if the parameter is null or of zero length
isBlank
public static boolean isBlank(CharSequence s)
- Returns true if the parameter is null or contains only whitespace
containsBlanks
public static boolean containsBlanks(CharSequence s)
- Since:
- 4.4
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.