|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PriorityQueue | |
---|---|
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 | |
---|---|
class |
BinaryHeap
Deprecated. Replaced by PriorityBuffer in buffer subpackage. Due to be removed in v4.0. |
class |
SynchronizedPriorityQueue
Deprecated. PriorityQueue is replaced by the Buffer interface, see buffer subpackage. Due to be removed in v4.0. |
Fields in org.apache.commons.collections declared as PriorityQueue | |
---|---|
protected PriorityQueue |
SynchronizedPriorityQueue.m_priorityQueue
Deprecated. The underlying priority queue. |
Constructors in org.apache.commons.collections with parameters of type PriorityQueue | |
---|---|
SynchronizedPriorityQueue(PriorityQueue priorityQueue)
Deprecated. Constructs a new synchronized priority queue. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |