Java中集合及常用方法

0、集合接口及其实现类之间的关系 Collection接口 Collection的超级接口:Iterable接口。 1>Collection接口常用方法 操作 方法 增 add(E e)、addAll(Collection<? extends E> c)、 删 clear()、remove(Object o)、removeAll(Collection<?> c)、retainAll(Collect
相关文章
相关标签/搜索