Classes and Interfaces available in collections
Following are the Classes and Interfaces that are available in Collections:
Classes: following are the classes of collections,
- Lists
- Array List
- Vector
- Linked List
Interfaces: following are the interface of collections,
- Collection
- List
- Set
- Map
- Sorted Set
- Sorted Map
- Queue
Maps:
- Hash Map
- Hash Table
- TreeMap
- Linked Hashed Map
Sets:
- Hash set
- Linked Hash Set
- Tree Set
Queue:
- Priority Queue
Must Read – Concept of Interface and Abstract Class in Java