public interface CharIndirectPriorityQueue extends IndirectPriorityQueue<Character>
IndirectPriorityQueue.
Additionally, this interface strengthens comparator().
| Modifier and Type | Method and Description |
|---|---|
CharComparator |
comparator()
Returns the comparator associated with this queue.
|
CharComparator comparator()
IndirectPriorityQueue.comparator in interface IndirectPriorityQueue<Character>IndirectPriorityQueue.comparator()