Class StringUtils


  • public class StringUtils
    extends java.lang.Object
    Utility class for handling Strings.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isEmpty​(java.lang.String s)
      Determines if the string is empty.
      • 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​(java.lang.String s)
        Determines if the string is empty.
        Parameters:
        s - string to test
        Returns:
        true if the specified string is null or zero length.