What is the Set interface?
A Set interface is collection of element that can't be duplicated.
Set interface comprise methods inherited from collection.
It provides methods to access the elements of a finite mathematical set.
Two Set objects are equal if they comprise the same elements.
It models mathematical set abstraction.