Class ValorlessUtils.Utils

java.lang.Object
valorless.valorlessutils.ValorlessUtils.Utils
Enclosing class:
ValorlessUtils

@Deprecated public static class ValorlessUtils.Utils extends Object
Deprecated.
Use Utils instead.
Deprecated utility methods.
  • Constructor Details

    • Utils

      public Utils()
      Deprecated.
  • Method Details

    • IsStringNullOrEmpty

      @Deprecated public static boolean IsStringNullOrEmpty(String string)
      Deprecated.
      Will be removed in a future version.
      Checks if a string is null, empty, blank, or only whitespace.
      Parameters:
      string - The string to check.
      Returns:
      true if the string is null or empty; false otherwise.