单项选择题
A.addAll()B.removeAll()C.retainAll()D.containsAll()
向Collection中增加数据的方法是()。A.insertB.addC.appendD.concat
单项选择题向Collection中增加数据的方法是()。
A.insertB.addC.appendD.concat
返回Collection 中的元素数量的方法是()。A.length()B.capacity()C.size(...
单项选择题返回Collection 中的元素数量的方法是()。
A.length()B.capacity()C.size()D.count()
下面哪个Set是根据内容排序的?()A.LinkedHashSetB.HashSetC.TreeSetD.Ab...
单项选择题下面哪个Set是根据内容排序的?()
A.LinkedHashSetB.HashSetC.TreeSetD.AbstractSet