Collection與泛型的一些問題

Collection常用的API Collection是所有單列集合的副接口,因此在Collection中定義了單列集合(List和Set)通用的一些方法,這些方法用於操作所有的單列集合。方法如下: 1.public boolean add(E e):把給定的對象添加到當前集合中。 2.public void clear():清空集合中所有的元素。 3.public boolean remove(
相關文章
相關標籤/搜索