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

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

1 Like

Hey,

Given below are the Classes and Interfaces that are available in Collections:

Interfaces:

Collection
List
Set
Map
Sorted Set
Sorted Map
Queue

Classes:

Lists:
Array List
Vector
Linked List

Sets:

Hash set
Linked Hash Set
Tree Set

Maps:

Hash Map
Hash Table
TreeMap
Linked Hashed Map

Queue:

Priority Queue
1 Like