it.unimi.dsi.fastutil.bytes
Interface ByteIndirectPriorityQueue
- All Superinterfaces:
- IndirectPriorityQueue<java.lang.Byte>
- All Known Subinterfaces:
- ByteIndirectDoublePriorityQueue
- All Known Implementing Classes:
- ByteArrayIndirectDoublePriorityQueue, ByteHeapIndirectDoublePriorityQueue, ByteHeapSesquiIndirectDoublePriorityQueue
public interface ByteIndirectPriorityQueue
- extends IndirectPriorityQueue<java.lang.Byte>
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
ByteComparator comparator()
- Returns the comparator associated with this queue.
Note that this specification strengthens the one given in
IndirectPriorityQueue
.
- Specified by:
comparator
in interface IndirectPriorityQueue<java.lang.Byte>
- Returns:
- the comparator associated with this queue.
- See Also:
IndirectPriorityQueue.comparator()