Modifier and Type | Class and Description |
---|---|
class |
PriorityQueue<E>
PriorityQueue implemented as a Binary Heap backed by an array.
|
class |
Queue<E>
An ordered collection of items, where items are added to the rear and removed
from the front.
|