public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
public static boolean isEmpty(String string)
null or empty.string - the String to checktrue if the string is null, or length
zero once trimmed.Copyright © 2006-2012. All Rights Reserved.