Uses of Class
java.util.AbstractQueue
Packages that useAbstractQueue
Package
Description
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Utility classes commonly useful in concurrent programming.
Uses ofAbstractQueue injava.util
Subclasses ofAbstractQueue injava.utilUses ofAbstractQueue injava.util.concurrent
Subclasses ofAbstractQueue injava.util.concurrentModifier and TypeClassDescriptionclassA boundedblocking queue backed by an array.classAn unbounded thread-safequeue based on linked nodes.classDelayQueue<E extendsDelayed>An unboundedblocking queue ofDelayedelements, in which an element generally becomes eligible for removal when its delay has expired.classAn optionally-boundedblocking deque based on linked nodes.classAn optionally-boundedblocking queue based on linked nodes.classAn unboundedTransferQueuebased on linked nodes.classAn unboundedblocking queue that uses the same ordering rules as classPriorityQueueand supplies blocking retrieval operations.classAblocking queue in which each insert operation must wait for a corresponding remove operation by another thread, and vice versa.