StringUtils (Commons Lang 3.0-SNAPSHOT API).
Have you wondered if there was a isNullorEmpty() function for strings in Java? It is not part of the JDK, but your project may already use the library.
Check out org.apache.commons.lang for the StringUtils class. Quite useful.