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 | Description |
---|---|---|
class |
BinaryHeap |
Deprecated.
Replaced by PriorityBuffer in buffer subpackage.
|
class |
SynchronizedPriorityQueue |
Deprecated.
PriorityQueue is replaced by the Buffer interface, see buffer subpackage.
|
Modifier and Type | Field | Description |
---|---|---|
protected PriorityQueue |
SynchronizedPriorityQueue.m_priorityQueue |
Deprecated.
The underlying priority queue.
|
Constructor | Description |
---|---|
SynchronizedPriorityQueue(PriorityQueue priorityQueue) |
Deprecated.
Constructs a new synchronized priority queue.
|
Copyright © 2001-2017 Apache Software Foundation. All Rights Reserved.