Uses of Interface
org.apache.commons.collections.PriorityQueue
-
Packages that use PriorityQueue Package Description org.apache.commons.collections This package contains the interfaces and utilities shared across all the subpackages of this component. -
-
Uses of PriorityQueue in org.apache.commons.collections
Classes in org.apache.commons.collections that implement PriorityQueue Modifier and Type Class Description classBinaryHeapDeprecated.Replaced by PriorityBuffer in buffer subpackage.classSynchronizedPriorityQueueDeprecated.PriorityQueue is replaced by the Buffer interface, see buffer subpackage.Fields in org.apache.commons.collections declared as PriorityQueue Modifier and Type Field Description protected PriorityQueueSynchronizedPriorityQueue. m_priorityQueueDeprecated.The underlying priority queue.Constructors in org.apache.commons.collections with parameters of type PriorityQueue Constructor Description SynchronizedPriorityQueue(PriorityQueue priorityQueue)Deprecated.Constructs a new synchronized priority queue.
-