it.unimi.dsi.fastutil.floats
Interface FloatIndirectPriorityQueue

All Superinterfaces:
IndirectPriorityQueue<Float>

public interface FloatIndirectPriorityQueue
extends IndirectPriorityQueue<Float>

A type-specific IndirectPriorityQueue.

Additionally, this interface strengthens comparator().


Method Summary
 FloatComparator comparator()
          Returns the comparator associated with this queue.
 
Methods inherited from interface it.unimi.dsi.fastutil.IndirectPriorityQueue
allChanged, changed, changed, clear, contains, dequeue, enqueue, first, front, isEmpty, last, remove, size
 

Method Detail

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<Float>
Returns:
the comparator associated with this queue.
See Also:
IndirectPriorityQueue.comparator()


Copyright © 2011. All Rights Reserved.