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