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