IndirectPriorityQueue<java.lang.Character>CharArrayIndirectPriorityQueue, CharHeapIndirectPriorityQueue, CharHeapSemiIndirectPriorityQueuepublic interface CharIndirectPriorityQueue extends IndirectPriorityQueue<java.lang.Character>
IndirectPriorityQueue.
Additionally, this interface strengthens comparator().
| Modifier and Type | Method | Description |
|---|---|---|
CharComparator |
comparator() |
Returns the type-specific comparator associated with this queue.
|
CharComparator comparator()
Note that this specification strengthens the one given in
IndirectPriorityQueue.
comparator in interface IndirectPriorityQueue<java.lang.Character>IndirectPriorityQueue.comparator()