T - the type of the elements to be stored in the priority queuepublic interface PriorityQueue<T> extends SoftPriorityQueue<T>
| Modifier and Type | Method and Description |
|---|---|
default java.util.Collection<T> |
corrupted()
Returns a
Collection of corrupted elements -- that is, elements which are associated
with the wrong key. |
default java.util.Collection<T> corrupted()
SoftPriorityQueueCollection of corrupted elements -- that is, elements which are associated
with the wrong key.corrupted in interface SoftPriorityQueue<T>Collection of corrupted elements