Package | Description |
---|---|
org.apache.commons.collections |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected PriorityQueue |
SynchronizedPriorityQueue.m_priorityQueue
Deprecated.
The underlying priority queue.
|
Constructor and Description |
---|
SynchronizedPriorityQueue(PriorityQueue priorityQueue)
Deprecated.
Constructs a new synchronized priority queue.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.