Package java.util
Class TreeSet

Public Method addAll

boolean addAll(Collection c)

Overrides:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Adds all of the elements in the specified collection to this set. Implements interface method Set.addAll.