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 double
getKey()
Get the current key.long
getValue()
Get the current value.
-