Class Utils


  • public final class Utils
    extends java.lang.Object
    Utilities.
    Since:
    TBD
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isNotEmpty​(java.lang.String str)
      Checks if a String is non null and is not empty (length > 0).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isNotEmpty

        public static boolean isNotEmpty​(java.lang.String str)

        Checks if a String is non null and is not empty (length > 0).

        Parameters:
        str - the String to check
        Returns:
        true if the String is non-null, and not length zero