Interface PQueue<E>

All Superinterfaces:
Collection<E>, Iterable<E>, PCollection<E>, Queue<E>
All Known Implementing Classes:
AmortizedPQueue

public interface PQueue<E> extends PCollection<E>, Queue<E>
A persistent queue.