public abstract boolean addAll (E… elements)

A convenience method for var-arg addition of elements.

Parameters:
elements    the elements to add

Returns:  true (as specified by Collection.add(E))