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.UnsortedIter
DoubleIntegerDBIDHeap.UnorderedIter. it
Iterator 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 class
DoubleIntegerMaxHeap.UnsortedIter
Unsorted iterator - in heap order.private class
DoubleIntegerMinHeap.UnsortedIter
Unsorted iterator - in heap order.Methods in elki.utilities.datastructures.heap that return DoubleIntegerHeap.UnsortedIter Modifier and Type Method Description DoubleIntegerHeap.UnsortedIter
DoubleIntegerHeap. unsortedIter()
Get an unsorted iterator to inspect the heap.
-