IndirectPriorityQueue<java.lang.Long>LongArrayIndirectPriorityQueue, LongHeapIndirectPriorityQueue, LongHeapSemiIndirectPriorityQueuepublic interface LongIndirectPriorityQueue extends IndirectPriorityQueue<java.lang.Long>
IndirectPriorityQueue.
Additionally, this interface strengthens comparator().
| Modifier and Type | Method | Description |
|---|---|---|
LongComparator |
comparator() |
Returns the type-specific comparator associated with this queue.
|
LongComparator comparator()
Note that this specification strengthens the one given in
IndirectPriorityQueue.
comparator in interface IndirectPriorityQueue<java.lang.Long>IndirectPriorityQueue.comparator()