Package it.unimi.dsi.fastutil.bytes
Interface ByteIndirectPriorityQueue
- All Superinterfaces:
IndirectPriorityQueue<Byte>
- All Known Implementing Classes:
ByteArrayIndirectPriorityQueue
,ByteHeapIndirectPriorityQueue
,ByteHeapSemiIndirectPriorityQueue
A type-specific
IndirectPriorityQueue
.
Additionally, this interface strengthens comparator()
.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type-specific comparator associated with this queue.
-
Method Details
-
comparator
ByteComparator comparator()Returns the type-specific comparator associated with this queue.- Specified by:
comparator
in interfaceIndirectPriorityQueue<Byte>
- Returns:
- the comparator associated with this queue.
- See Also:
- API Notes:
- Note that this specification strengthens the one given in
IndirectPriorityQueue
.
-