クラス StringUtils
java.lang.Object
org.codelibs.elasticsearch.df.util.StringUtils
public final class StringUtils extends Object
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static StringEMPTY_STRINGstatic String[]EMPTY_STRINGSstatic StringUTF_8 -
メソッドの概要
修飾子とタイプ メソッド 説明 static booleanisBlank(String str)Check if a string is blank.static booleanisBlank(Collection<String> c)Check if a collection of a string is blank.static booleanisEmpty(String text)Check if a string is empty.static booleanisEmpty(Collection<String> c)Check if a collection of a string is empty.static booleanisNotBlank(String str)Check if a string is not blank.static booleanisNotBlank(Collection<String> c)Check if a collection of a string is not blank.static booleanisNotEmpty(String text)Check if a string is not empty.static booleanisNotEmpty(Collection<String> c)Check if a collection of a string is not empty.
-
フィールド詳細
-
メソッドの詳細
-
isEmpty
Check if a collection of a string is empty.- パラメータ:
c-- 戻り値:
-
isNotEmpty
Check if a collection of a string is not empty.- パラメータ:
c-- 戻り値:
-
isBlank
Check if a collection of a string is blank.- パラメータ:
c-- 戻り値:
-
isNotBlank
Check if a collection of a string is not blank.- パラメータ:
c-- 戻り値:
-
isEmpty
Check if a string is empty.- パラメータ:
text-- 戻り値:
-
isNotEmpty
Check if a string is not empty.- パラメータ:
text-- 戻り値:
-
isBlank
Check if a string is blank.- パラメータ:
str-- 戻り値:
-
isNotBlank
Check if a string is not blank.- パラメータ:
str-- 戻り値:
-