Uses of Interface
elki.utilities.datastructures.heap.DoubleIntegerHeap.UnsortedIter
-
Packages that use DoubleIntegerHeap.UnsortedIter Package Description elki.database.ids.integer Integer-based DBID implementation -- do not use directly - always useDBIDUtil.elki.utilities.datastructures.heap Heap structures and variations such as bounded priority heaps. -
-
Uses of DoubleIntegerHeap.UnsortedIter in elki.database.ids.integer
Fields in elki.database.ids.integer declared as DoubleIntegerHeap.UnsortedIter Modifier and Type Field Description private DoubleIntegerHeap.UnsortedIterDoubleIntegerDBIDHeap.UnorderedIter. itIterator of the real heap. -
Uses of DoubleIntegerHeap.UnsortedIter in elki.utilities.datastructures.heap
Classes in elki.utilities.datastructures.heap that implement DoubleIntegerHeap.UnsortedIter Modifier and Type Class Description private classDoubleIntegerMaxHeap.UnsortedIterUnsorted iterator - in heap order.private classDoubleIntegerMinHeap.UnsortedIterUnsorted iterator - in heap order.Methods in elki.utilities.datastructures.heap that return DoubleIntegerHeap.UnsortedIter Modifier and Type Method Description DoubleIntegerHeap.UnsortedIterDoubleIntegerHeap. unsortedIter()Get an unsorted iterator to inspect the heap.
-