Collection framework

Screenshot (1409).png

Queue interface

image.png

Methods:

Screenshot (1410).png

Screenshot (1411).png

In queue, addition and deletion is done from the different ends (rear and front).

Deque interface

Screenshot (1412).png