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

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)
           
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.