public boolean addall(collection c)
此实现在指定的 collection 上进行迭代,并依次将迭代器返回的每一个元素添加到此队列中。在试图添加某一元素(尤其是 null 元素)时如果遇到了运行时异常,则可能导致在抛出相关异常时只成功地添加了某些元素。
collection
addall
abstractcollection
c
classcastexception
nullpointerexception
illegalargumentexception
illegalstateexception
add(object)