List、set集合

集合框架圖: collection接口主要定義了一些操作集合元素的方法: boolean add(E e) Ensures that this collection contains the specified element (optional operation).如果插入成功,返回true boolean addAll(Collection<? extends E> c) Adds all
相關文章
相關標籤/搜索