| Modifier and Type | Class and Description |
|---|---|
class |
BinaryHeap
BinaryHeap implementation of priority queue.
|
class |
SynchronizedPriorityQueue
A thread safe version of the PriorityQueue.
|
| Modifier and Type | Field and Description |
|---|---|
private PriorityQueue |
SynchronizedPriorityQueue.m_priorityQueue |
private PriorityQueue |
DefaultTimeScheduler.m_priorityQueue |
| Modifier and Type | Method and Description |
|---|---|
protected PriorityQueue |
DefaultTimeScheduler.getPriorityQueue() |
| Constructor and Description |
|---|
SynchronizedPriorityQueue(PriorityQueue priorityQueue) |