// Hunter Schafer, CSE 143 // A collection that contains no duplicate elements. public interface Set extends Collection { // Java redefines all the collection methods here // to give them better comments that are more specific than Collection }