it.unimi.dsi.fastutil.shorts
Interface ShortIndirectPriorityQueue
- All Superinterfaces:
- IndirectPriorityQueue<Short>
- All Known Implementing Classes:
- ShortArrayIndirectPriorityQueue, ShortHeapIndirectPriorityQueue, ShortHeapSemiIndirectPriorityQueue
public interface ShortIndirectPriorityQueue
- extends IndirectPriorityQueue<Short>
A type-specific IndirectPriorityQueue
.
Additionally, this interface strengthens comparator()
.
Methods inherited from interface it.unimi.dsi.fastutil.IndirectPriorityQueue |
allChanged, changed, changed, clear, contains, dequeue, enqueue, first, front, isEmpty, last, remove, size |
comparator
ShortComparator comparator()
- Returns the comparator associated with this queue.
Note that this specification strengthens the one given in
IndirectPriorityQueue
.
- Specified by:
comparator
in interface IndirectPriorityQueue<Short>
- Returns:
- the comparator associated with this queue.
- See Also:
IndirectPriorityQueue.comparator()