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

Explain briefly about POJO in Java?

How do I create an array of a string?

In Java, how would you create a function that prints out a string every 10 seconds?