it.unimi.dsi.fastutil.floats
Interface FloatIndirectPriorityQueue
- All Superinterfaces:
- IndirectPriorityQueue<java.lang.Float>
- All Known Implementing Classes:
- FloatArrayIndirectPriorityQueue, FloatHeapIndirectPriorityQueue, FloatHeapSemiIndirectPriorityQueue
public interface FloatIndirectPriorityQueue
- extends IndirectPriorityQueue<java.lang.Float>
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
FloatComparator 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.Float>
- Returns:
- the comparator associated with this queue.
- See Also:
IndirectPriorityQueue.comparator()