Klasse StringUtils

java.lang.Object
de.dlr.proseo.model.util.StringUtils

public class StringUtils extends Object
String Utils
Autor:
Denys Chaykovskiy
  • Konstruktordetails

    • StringUtils

      public StringUtils()
  • Methodendetails

    • isNullOrEmpty

      public static boolean isNullOrEmpty(String str)
      Checks if string null or empty
      Parameter:
      str - String to check
      Gibt zurück:
      true if string null or empty
    • isNullOrBlank

      public static boolean isNullOrBlank(String str)
      Checks if string null or blank
      Parameter:
      str - String to check
      Gibt zurück:
      true if string null or blank