IndirectPriorityQueue<java.lang.Integer>IntArrayIndirectPriorityQueue, IntHeapIndirectPriorityQueue, IntHeapSemiIndirectPriorityQueuepublic interface IntIndirectPriorityQueue extends IndirectPriorityQueue<java.lang.Integer>
IndirectPriorityQueue.
Additionally, this interface strengthens comparator().
| Modifier and Type | Method | 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<java.lang.Integer>IndirectPriorityQueue.comparator()