Collection Framework Images
All-In-One images for Collection Framework
- So here learning about all interfaces and implemented classes are not required, i 'll explain about the things which we are going to use on regularly.
Relation between interface and class
- A class can extends another class.
- A interface can extends another interface.
- An class can implements an interface.
-----------------------------------------------------------------------------------------
Collection Framework images
In java.util package there are mainly two interfaces which holding the implemented classes.
- java.util.Collection
- java.util.Map
java.util.Collection
Important interfaces
- Collection
- List
- Set
- SortedSet
Important classes
- ArrayList
- LinkedList
- Vector
- Stack
- HashSet
- LinkedHashSet
- TreeSet
-----------------------------------------------------------------------------------------
java.util.Map
Thanks for your time.
Nireekshan