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