public final class StringUtils extends Object
public static boolean isEmpty(String string)
null
or of zero length.string
- The string to check, may be null
.true
if the string is null
or of zero length, false
otherwise.Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.