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