public interface IntIndirectPriorityQueue extends IndirectPriorityQueue<Integer>
IndirectPriorityQueue.
Additionally, this interface strengthens comparator().
| Modifier and Type | Method and Description |
|---|---|
IntComparator |
comparator()
Returns the type-specific comparator associated with this queue.
|
IntComparator comparator()
Note that this specification strengthens the one given in IndirectPriorityQueue.
comparator in interface IndirectPriorityQueue<Integer>IndirectPriorityQueue.comparator()Copyright © 2020. All rights reserved.