摘要:
类ZonedDateTime 类ZonedDateTime java.lang.Object继承 java.time.ZonedDateTime 所有实现的接口:Serializable,Comparable < ChronoZonedDateTime <?>>,ChronoZonedDateTim 阅读全文
posted @ 2018-06-24 18:17
lshan
阅读(7245)
评论(0)
推荐(0)
摘要:
主要用它的isEmpty(final Collection<?> coll)静态方法来判断一个给定的集合是否为null或者是否长度为0。最近才发现此工具类还可以取集合的交集、并集、甚至差集,集合1:[1,2,3,4],集合2:[3,4,5,6] 上面两个集合取交集的结果是[3,4],Collecti 阅读全文
posted @ 2018-06-24 17:52
lshan
阅读(309)
评论(0)
推荐(0)