What are all the Classes and Interfaces that are available in the collections in Java?

What are all the Classes and Interfaces that are available in the collections in Java?



You can check in eclipse ide. 
1. Go to the interface Collection in eclipse.
2. right click it and see type hierarchy.

You can see as below. You can check all the methods also.



Comments

Post a Comment

Popular posts from this blog

How do I create an array of a string?

How do you count the number of String objects created in a program in Java? What is the easiest way to identify it?