Collection接口
常用方法:
add(Object obj),addAll(Collection coll),size(),isEmpty(),clear();
contains(Object obj),containsAll(Collection coll),remove(Object obj),removeAll(Collection coll),
retainsAll(Collection coll),equals(Object obj);
hasCode(),toArray(),iterator();
暂无评论