Collections (Set, HashSet)

Complete public class Set<E> extends Comparable<E>> implements Collection<E> (though the java.util Set<E> is an interface).

Complete public class HashSet<E> extends Comparable<E>> implements Collection<E>.

Include an initial comment with an @author YOUR NAME <your@email.address> line in all solution files.