http://download.oracle.com/javase/tutorial/collections/interfaces/set.html
Why does Set interface list all the methods in Collection? Aren’t these methods automatically inherited by the child interface?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It lists them all because the documentation is different, even though declarations themselves are the same.