Class IndexedPriorityQueue<E>

java.lang.Object
io.trino.execution.resourcegroups.IndexedPriorityQueue<E>
All Implemented Interfaces:
Iterable<E>

public final class IndexedPriorityQueue<E> extends Object
A priority queue with constant time contains(E) and log time remove(E) Ties are broken by insertion order