Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Java
10.1k+ articles
Difference Between
4.2k+ articles
Java-Functions
4.1k+ articles
Misc
2.1k+ articles
Java - util package
1.5k+ articles
Java-Collections
1.1k+ articles
java-basics
310+ articles
Java-LinkedBlockingDeque
49 articles
Java-ConcurrentLinkedDeque
31 articles
Java-ArrayBlockingQueue
20 articles
Java-ArrayDeque
39 posts
Popular Articles
Recent Articles
ArrayDeque addAll() method in Java
Last Updated: 10 April 2023
The addAll() method of ArrayDeque is used to insert all the elements of the collection passed as parameter at the end of this ArrayDeque. Fo
...read more
Java
Java-Collections
java-basics
Java - util package
Java-Functions
Java-ArrayDeque
Java 8 | ArrayDeque removeIf() method in Java with Examples
Last Updated: 10 December 2018
The removeIf() method of ArrayDeque is used to remove all those elements from ArrayDeque which satisfies a given predicate filter condition
...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-ArrayDeque
ArrayDeque forEach() method in Java
Last Updated: 08 March 2024
The forEach() method of ArrayDeque is inherited from interface java.lang.Iterable. The operation is performed in the order of iteration if t
...read more
Java
Java-Collections
java-basics
Java - util package
Java-Functions
Java-ArrayDeque
Similar Topics
Java
10.1k+ articles
Difference Between
4.2k+ articles
Java-Functions
4.1k+ articles
Misc
2.1k+ articles
Java - util package
1.5k+ articles
Java-Collections
1.1k+ articles
java-basics
310+ articles
Java-LinkedBlockingDeque
49+ articles
Java-ConcurrentLinkedDeque
31+ articles
Java-ArrayBlockingQueue
20+ articles
ArrayDeque offer() Method in Java
Last Updated: 10 December 2018
The Java.util.ArrayDeque.offer(Object element) method in Java is used to add a specific element at the end of the Deque. The function is sim
...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-ArrayDeque
ArrayDeque descendingIterator() Method in Java
Last Updated: 10 December 2018
The Java.util.ArrayDeque.descendingIterator() method is used to return an iterator of the same elements as the ArrayDeque but in the reverse
...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-ArrayDeque
ArrayDeque peekFirst() Method in Java
Last Updated: 10 December 2018
The java.util.ArrayDeque.peekFirst() method in Java is used to retrieve or fetch the first element of the deque. The element retrieved does
...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-ArrayDeque
ArrayDeque pollFirst() Method in Java
Last Updated: 10 December 2018
The java.util.ArrayDeque.pollFirst() method in Java is used to retrieve or fetch and remove the first element of the Deque. The peekFirst()
...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-ArrayDeque
ArrayDeque offerFirst() Method in Java
Last Updated: 10 December 2018
The Java.util.ArrayDeque.offerFirst(Object element) method in Java is used to add a specific element at the front of the Deque. The function
...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-ArrayDeque
ArrayDeque getLast() Method in Java
Last Updated: 14 October 2020
The java.util.ArrayDeque.getLast() method in Java is used to retrieve or fetch the last element of the ArrayDeque. In the process, the metho
...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-ArrayDeque
ArrayDeque getFirst() Method in Java
Last Updated: 10 December 2018
The java.util.ArrayDeque.getFirst() method in Java is used to retrieve or fetch the first element of the ArrayDeque. In the process, the met
...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-ArrayDeque
ArrayDeque clone() Method in Java
Last Updated: 11 July 2018
The Java.util.ArrayDeque.clone() method is used to return a shallow copy of this deque. It just creates a copy of the deque.Syntax:Array_Deq
...read more
Misc
Java-Collections
Java-Functions
Java-ArrayDeque
ArrayDeque add() Method in Java
Last Updated: 10 December 2018
The Java.util.ArrayDeque.add(Object element) method in Java is used to add a specific element at the end of the Deque. The function is simil
...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-ArrayDeque
ArrayDeque clear() Method in Java
Last Updated: 10 December 2018
The Java.util.ArrayDeque.clear() method in Java is used to remove all of the elements from the Deque. Using the clear() method only clears a
...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-ArrayDeque
ArrayDeque addFirst() Method in Java
Last Updated: 10 December 2018
The java.util.ArrayDeque.addFirst(Object element) method in Java is used to insert a specific element at the front of this deque.Syntax:Arra
...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-ArrayDeque
ArrayDeque addLast() Method in Java
Last Updated: 20 September 2022
The java.util.ArrayDeque.addLast(Object element) method in Java is used to insert a specific element at the end of this deque. It is similar
...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-ArrayDeque
First
1
2
3
>>
Last
First
1
2
3
>>
Last
First
1
2
3
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !