Skip to content
geeksforgeeks
  • 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
Similar Topics
Web Technologies
39.6k+ articles
DSA
22.4k+ articles
Java
10.4k+ articles
Java-Functions
4.1k+ articles
Java Programs
2k+ articles
Java - util package
1.5k+ articles
Java-Collections
1.1k+ articles
Java-Classes
79 articles
Java-ArrayDeque
39 articles
Java-ConcurrentLinkedDeque
31 articles

Java-LinkedBlockingDeque

49 posts
LinkedBlockingDeque removeIf() method in Java with Examples
Last Updated: 26 March 2019
The removeIf() method of LinkedBlockingDeque removes the element from this LinkedBlockingDeque that satisfies the specified condition.Syntax ...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-LinkedBlockingDeque
LinkedBlockingDeque forEach() method in Java with Examples
Last Updated: 19 March 2019
The forEach() method of LinkedBlockingDeque performs the given action for each element of the Iterable until all elements have been processe ...read more
Java
Java - util package
Java-Functions
Java-LinkedBlockingDeque
LinkedBlockingDeque drainTo() method in Java with Example
Last Updated: 01 November 2019
The drainTo(Collection col) method of LinkedBlockingDeque removes all available elements from this LinkedBlockingDeque and adds them to the ...read more
Java
Java-Collections
Java - util package
Java-Functions
Picked
Java-LinkedBlockingDeque
Similar Topics
Web Technologies
39.6k+ articles
DSA
22.4k+ articles
Java
10.4k+ articles
Java-Functions
4.1k+ articles
Java Programs
2k+ articles
Java - util package
1.5k+ articles
Java-Collections
1.1k+ articles
Java-Classes
79+ articles
Java-ArrayDeque
39+ articles
Java-ConcurrentLinkedDeque
31+ articles
LinkedBlockingDeque in Java with Examples
Last Updated: 01 March 2023
The LinkedBlockingDeque class in Java is a part of the Java Collection Framework. It was introduced in JDK 1.6 and it belongs to java.util.c...read more
image
Java
Java-Collections
Java - util package
Java-LinkedBlockingDeque
Deque addFirst() method in Java with Examples
Last Updated: 21 September 2018
The addFirst(E e) method of Deque Interface inserts the element passed in the parameter to the front of the Deque if there is space. If the ...read more
Java
Java-Functions
Java-ArrayDeque
Java-LinkedBlockingDeque
Java-ConcurrentLinkedDeque
LinkedBlockingDeque toString() method in Java
Last Updated: 26 November 2018
The toString() method of LinkedBlockingDeque returns a string representation of this collection. The string representation consists of a lis ...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-LinkedBlockingDeque
LinkedBlockingDeque take() method in Java
Last Updated: 26 November 2018
The take() method of LinkedBlockingDeque returns and removes the head of the Deque container from it. The method throws an InterruptedExcept ...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-LinkedBlockingDeque
LinkedBlockingDeque size() method in Java
Last Updated: 26 November 2018
The size() method of LinkedBlockingDeque returns the current size of the Deque container. On calling the function the number of elements in ...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-LinkedBlockingDeque
LinkedBlockingDeque put() method in Java
Last Updated: 17 September 2018
The put(E e) method of LinkedBlockingDeque inserts the specified element into the queue represented by this deque (in other words, at the ta ...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-LinkedBlockingDeque
LinkedBlockingDeque pollFirst() method in Java
Last Updated: 14 September 2018
The pollFirst() method of LinkedBlockingDeque returns the front element in the Deque container, and deletes it. It returns null if the conta ...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-LinkedBlockingDeque
LinkedBlockingDeque add() method in Java
Last Updated: 14 September 2018
The add(E e) method of LinkedBlockingDeque inserts the element passed in the parameter to the end of the Deque is there is space. If the Lin ...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-LinkedBlockingDeque
LinkedBlockingDeque poll() method in Java
Last Updated: 14 September 2018
The poll() method of LinkedBlockingDeque returns the front element in the Deque container and deletes it. It returns null if the container i ...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-LinkedBlockingDeque
LinkedBlockingDeque pop() method in Java
Last Updated: 14 September 2018
The pop() method of LinkedBlockingDeque pops an element from the stack represented by this deque. In other words, it removes and returns the ...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-LinkedBlockingDeque
LinkedBlockingDeque offer() method in Java
Last Updated: 14 September 2018
The offer(E e) method of LinkedBlockingDeque inserts the element passed in the parameter to the end of the Deque. If the container's capacit ...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-LinkedBlockingDeque
LinkedBlockingDeque iterator() method in Java
Last Updated: 14 September 2018
The iterator() method of LinkedBlockingDeque returns an iterator over the elements in this deque in a proper sequence. The elements will be ...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-LinkedBlockingDeque
1 2 3 4 >>
Last
1 2 3 4 >>
Last
1 2 3 4 >>
Last
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
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
Lightbox