Uses of Interface
org.apache.commons.collections.PriorityQueue
Packages that use PriorityQueue
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
-
Uses of PriorityQueue in org.apache.commons.collections
Classes in org.apache.commons.collections that implement PriorityQueueModifier and TypeClassDescriptionfinal class
Deprecated.Replaced by PriorityBuffer in buffer subpackage.final class
Deprecated.PriorityQueue is replaced by the Buffer interface, see buffer subpackage.Fields in org.apache.commons.collections declared as PriorityQueueModifier and TypeFieldDescriptionprotected final PriorityQueue
SynchronizedPriorityQueue.m_priorityQueue
Deprecated.The underlying priority queue.Constructors in org.apache.commons.collections with parameters of type PriorityQueueModifierConstructorDescriptionSynchronizedPriorityQueue
(PriorityQueue priorityQueue) Deprecated.Constructs a new synchronized priority queue.