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 classComparableMaxHeap.UnsortedIterUnsorted iterator - in heap order.private classComparableMinHeap.UnsortedIterUnsorted iterator - in heap order.private classComparatorMaxHeap.UnsortedIterUnsorted iterator - in heap order.private classComparatorMinHeap.UnsortedIterUnsorted 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.
-