クラス StringUtils

java.lang.Object
org.codelibs.elasticsearch.df.util.StringUtils

public final class StringUtils
extends Object
  • フィールド詳細

  • メソッドの詳細

    • isEmpty

      public static boolean isEmpty​(Collection<String> c)
      Check if a collection of a string is empty.
      パラメータ:
      c -
      戻り値:
    • isNotEmpty

      public static boolean isNotEmpty​(Collection<String> c)
      Check if a collection of a string is not empty.
      パラメータ:
      c -
      戻り値:
    • isBlank

      public static boolean isBlank​(Collection<String> c)
      Check if a collection of a string is blank.
      パラメータ:
      c -
      戻り値:
    • isNotBlank

      public static boolean isNotBlank​(Collection<String> c)
      Check if a collection of a string is not blank.
      パラメータ:
      c -
      戻り値:
    • isEmpty

      public static final boolean isEmpty​(String text)
      Check if a string is empty.
      パラメータ:
      text -
      戻り値:
    • isNotEmpty

      public static final boolean isNotEmpty​(String text)
      Check if a string is not empty.
      パラメータ:
      text -
      戻り値:
    • isBlank

      public static boolean isBlank​(String str)
      Check if a string is blank.
      パラメータ:
      str -
      戻り値:
    • isNotBlank

      public static boolean isNotBlank​(String str)
      Check if a string is not blank.
      パラメータ:
      str -
      戻り値: