public interface DoubleIndirectPriorityQueue extends IndirectPriorityQueue<Double>
IndirectPriorityQueue.
Additionally, this interface strengthens comparator().
| Modifier and Type | Method and Description |
|---|---|
DoubleComparator |
comparator()
Returns the type-specific comparator associated with this queue.
|
DoubleComparator comparator()
Note that this specification strengthens the one given in IndirectPriorityQueue.
comparator in interface IndirectPriorityQueue<Double>IndirectPriorityQueue.comparator()