Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Collection implementations normally have a constructor that accepts a Collection object. This enables you to convert a Collection to a different type of Collection. Here are the constructors of some implementations:
public ArrayList(Collection c) public HashSet(Collection c) public LinkedList(Collection c)