|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PriorityQueue | |
org.apache.avalon.cornerstone.blocks.scheduler | Default implementation of a scheduler manager. |
Uses of PriorityQueue in org.apache.avalon.cornerstone.blocks.scheduler |
Classes in org.apache.avalon.cornerstone.blocks.scheduler that implement PriorityQueue | |
class |
BinaryHeap
BinaryHeap implementation of priority queue. |
class |
SynchronizedPriorityQueue
A thread safe version of the PriorityQueue. |
Methods in org.apache.avalon.cornerstone.blocks.scheduler that return PriorityQueue | |
protected PriorityQueue |
DefaultTimeScheduler.getPriorityQueue()
|
Constructors in org.apache.avalon.cornerstone.blocks.scheduler with parameters of type PriorityQueue | |
SynchronizedPriorityQueue(PriorityQueue priorityQueue)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |