Java – Deque
Declaration
interface Deque<E>
Deque means Double-ended queue.
It extends Queue interface.
Deque can work with first-in, first-out (FIFO) & last-in, first-out (LIFO) principles.
List of Deque Methods (CLICK HERE)
Enter your email to reset your password.
Declaration
interface Deque<E>
Deque means Double-ended queue.
It extends Queue interface.
Deque can work with first-in, first-out (FIFO) & last-in, first-out (LIFO) principles.
List of Deque Methods (CLICK HERE)
Leave a reply