工具类Assert使用

Assert经常使用断言 notNull(Object object, "object is required") - 对象非空 isTrue(Object object, "object must be true") - 对象必须为true notEmpty(Collection collection, "collection must not be empty") - 集合非空 hasLeng
相关文章
相关标签/搜索