Class StringUtils

java.lang.Object
net.hironico.common.utils.StringUtils

public class StringUtils extends Object
  • Constructor Details

    • StringUtils

      public StringUtils()
  • Method Details

    • countOccurences

      public static int countOccurences(String src, char theCar)
    • isNULL

      public static boolean isNULL(String str)
      Check for "NULL" or "null" or null values of the given string.
      Parameters:
      str - the String to test
      Returns:
      true if considered NULL