Return to www.inductionframework.org

com.acciente.commons.lang
Class Strings

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

public class Strings
extends java.lang.Object

This class has some frequently encountered string related utility methods.

Author:
Adinath Raveendra Raj

Constructor Summary
Strings()
           
 
Method Summary
static boolean isEmpty(java.lang.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(java.lang.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

Return to www.inductionframework.org

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