I just looked up the Set interface and found that it mostly (or completely) only redeclares functions which are already in the Collection interface.
Set
Collection
There is more to a method than its signature.
In this case, the documentation of these methods has been tailored to sets, in terms of pre- and post-conditions, and terminology.