类 Asserts
java.lang.Object
cn.jrack.core.assertion.Asserts
Asserts
- 作者:
- ZhaoYang
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidcheckNotNull(Object object, String msg) static voidstatic voidcheckNullCollection(Collection collection, String msg) static voidcheckNullMap(Map map, String msg) static voidcheckNullString(String key, String msg) static booleanisAllNotNullString(String... str) static booleanisAllNullString(String... str) static booleanstatic booleanisEqualsIgnoreCase(String str1, String str2) static booleanstatic booleanisNotNullCollection(Collection collection) static booleanisNotNullMap(Map map) static booleanisNotNullString(String str) static booleanstatic booleanisNullCollection(Collection collection) static booleanstatic booleanisNullString(String str)
-
构造器详细资料
-
Asserts
public Asserts()
-
-
方法详细资料
-
isNotNull
-
isNull
-
isNullString
-
isAllNullString
-
isNotNullString
-
isAllNotNullString
-
isEquals
-
isEqualsIgnoreCase
-
isNullCollection
-
isNotNullCollection
-
isNullMap
-
isNotNullMap
-
checkNull
-
checkNotNull
-
checkNullString
-
checkNullCollection
-
checkNullMap
-