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

Packages that use PriorityQueue
org.apache.commons.collections This package contains a small number of collections classes that are needed for beanutils to function. 
 

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.
 



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.