Uses of Interface
org.apache.avalon.cornerstone.blocks.scheduler.PriorityQueue

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.
 

Fields in org.apache.avalon.cornerstone.blocks.scheduler declared as PriorityQueue
private  PriorityQueue SynchronizedPriorityQueue.m_priorityQueue
           
private  PriorityQueue DefaultTimeScheduler.m_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)