Interface DoubleLongHeap.UnsortedIter
-
- All Superinterfaces:
Iter
- All Known Implementing Classes:
DoubleLongMaxHeap.UnsortedIter,DoubleLongMinHeap.UnsortedIter
- Enclosing interface:
- DoubleLongHeap
public static interface DoubleLongHeap.UnsortedIter extends Iter
Unsorted iterator - in heap order. Does not poll the heap.- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetKey()Get the current key.longgetValue()Get the current value.
-