com.acciente.commons.lang
Class Strings

java.lang.Object
  extended by com.acciente.commons.lang.Strings

public class Strings
extends Object

This class has some frequently encountered string related utility methods.

Author:
Adinath Raveendra Raj

Constructor Summary
Strings()
           
 
Method Summary
static boolean isEmpty(String s)
          Returns true if the specified string value is null or only contains whitespace, false otherwise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Strings

public Strings()
Method Detail

isEmpty

public static boolean isEmpty(String s)
Returns true if the specified string value is null or only contains whitespace, false otherwise

Parameters:
s - a string value to check
Returns:
a boolean value


Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.