it.unimi.dsi.fastutil.chars
Interface CharIndirectPriorityQueue
- All Superinterfaces:
- IndirectPriorityQueue<Character>
- All Known Subinterfaces:
- CharIndirectDoublePriorityQueue
- All Known Implementing Classes:
- CharArrayIndirectDoublePriorityQueue, CharHeapIndirectDoublePriorityQueue, CharHeapSesquiIndirectDoublePriorityQueue
public interface CharIndirectPriorityQueue
- extends IndirectPriorityQueue<Character>
A type-specific IndirectPriorityQueue
.
Additionally, this interface strengthens comparator()
.
Methods inherited from interface it.unimi.dsi.fastutil.IndirectPriorityQueue |
allChanged, changed, changed, clear, dequeue, enqueue, first, front, isEmpty, last, remove, size |
comparator
CharComparator comparator()
- Returns the comparator associated with this queue.
Note that this specification strengthens the one given in
IndirectPriorityQueue
.
- Specified by:
comparator
in interface IndirectPriorityQueue<Character>
- Returns:
- the comparator associated with this queue.
- See Also:
IndirectPriorityQueue.comparator()