org.apache.http.util
Class TextUtils

java.lang.Object
  extended by org.apache.http.util.TextUtils

public final class TextUtils
extends Object

Since:
4.3

Constructor Summary
TextUtils()
           
 
Method Summary
static boolean containsBlanks(CharSequence s)
           
static boolean isBlank(CharSequence s)
          Returns true if the parameter is null or contains only whitespace
static boolean isEmpty(CharSequence s)
          Returns true if the parameter is null or of zero length
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextUtils

public TextUtils()
Method Detail

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–2020 The Apache Software Foundation. All rights reserved.