Uses of Interface
org.apache.commons.collections.PriorityQueue

Packages that use PriorityQueue
org.apache.commons.collections Java Collections Framework extensions. 
 

Uses of PriorityQueue in org.apache.commons.collections
 

Classes in org.apache.commons.collections that implement PriorityQueue
 class BinaryHeap
          Binary heap implementation of PriorityQueue and Buffer.
 class SynchronizedPriorityQueue
          A thread safe version of the PriorityQueue.
 

Constructors in org.apache.commons.collections with parameters of type PriorityQueue
SynchronizedPriorityQueue(PriorityQueue priorityQueue)
          Constructs a new synchronized priority queue.
 



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.