Class StringUtils


  • public final class StringUtils
    extends Object
    • Constructor Detail

      • StringUtils

        public StringUtils()
    • Method Detail

      • isEmptyTrimmed

        public static boolean isEmptyTrimmed​(String string)
        Checks if a (trimmed) String is null or empty.
        Parameters:
        string - the String to check
        Returns:
        true if the string is null, or length zero once trimmed.