Uses of Interface
elki.utilities.datastructures.heap.IntegerHeap.UnsortedIter
-
Packages that use IntegerHeap.UnsortedIter Package Description elki.utilities.datastructures.heap Heap structures and variations such as bounded priority heaps. -
-
Uses of IntegerHeap.UnsortedIter in elki.utilities.datastructures.heap
Classes in elki.utilities.datastructures.heap that implement IntegerHeap.UnsortedIter Modifier and Type Class Description private class
IntegerMaxHeap.UnsortedIter
Unsorted iterator - in heap order.private class
IntegerMinHeap.UnsortedIter
Unsorted iterator - in heap order.Methods in elki.utilities.datastructures.heap that return IntegerHeap.UnsortedIter Modifier and Type Method Description IntegerHeap.UnsortedIter
IntegerHeap. unsortedIter()
Get an unsorted iterator to inspect the heap.
-