Title: Java Deque Interface | Java Tutorials | CodeMistic
Description: Java Collection frameworks provide Deque Interface which works as both i.e, Stack(Last-In-First-Out) and Queue(First-In-First-Out).It is present in java.util package and it extends Queue Interface.The Deque works as double-ended queue that supports addition or removal of elements from either end of the data structure.
Keywords:
Domain: codemistic.github.io
Links:
Viewport: width=device-width, initial-scale=1.0