摘要: 一、 retainAll 方法 public boolean retainAll(Collection<?> c) { //调用自己的私有方法 return batchRemove(c, true); } 二、batchRemove 方法解析 如果此 collection 由于调用而发生更改,则返回 阅读全文
posted @ 2017-02-28 10:12 D-Dong 阅读(425) 评论(0) 推荐(0) 编辑