Uses of Interface
org.apache.commons.collections.PriorityQueue
-
Packages that use PriorityQueue Package Description org.apache.commons.collections 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 PriorityQueue Modifier and Type Class Description class
BinaryHeap
Deprecated.Replaced by PriorityBuffer in buffer subpackage.class
SynchronizedPriorityQueue
Deprecated.PriorityQueue is replaced by the Buffer interface, see buffer subpackage.Fields in org.apache.commons.collections declared as PriorityQueue Modifier and Type Field Description protected PriorityQueue
SynchronizedPriorityQueue. m_priorityQueue
Deprecated.The underlying priority queue.Constructors in org.apache.commons.collections with parameters of type PriorityQueue Constructor Description SynchronizedPriorityQueue(PriorityQueue priorityQueue)
Deprecated.Constructs a new synchronized priority queue.
-