Java 集合类 总结

集合总结: Collection Boolean addAll(Collection<?> c):并 Boolean removeAll(Collection<?> c):差 Boolean retainAll(Collection<?> c):交 PriorityQueue未实现Cloneable接口,但实现了Serializable接口 其余的都实现了Cloneable和Serializabl
相关文章
相关标签/搜索