be.objectify.led.util
Class StringUtils

java.lang.Object
  extended by be.objectify.led.util.StringUtils

public class StringUtils
extends Object

Utility methods for working with strings.

Author:
Steve Chaloner

Method Summary
static boolean isEmpty(String string)
          Checks if the given string is null or comprised entirely of whitespace.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isEmpty

public static boolean isEmpty(String string)
Checks if the given string is null or comprised entirely of whitespace.

Parameters:
string - the string to check
Returns:
true iff the string is null or empty


Copyright © 2010 Objectify. All Rights Reserved.