How can I add a Collection to another Collection?
Created Sep 29, 2001
Alessandro A. Garbagnati The java.util.Collection interface includes an addAll(Collection c) method to add one collection to another.
Created Sep 29, 2001