Java中集合及常用方法

0、集合接口及其實現類之間的關係 Collection接口 Collection的超級接口:Iterable接口。 1>Collection接口常用方法 操作 方法 增 add(E e)、addAll(Collection<? extends E> c)、 刪 clear()、remove(Object o)、removeAll(Collection<?> c)、retainAll(Collect
相關文章
相關標籤/搜索