Uses of Interface
elki.utilities.datastructures.heap.DoubleIntegerHeap
-
Packages that use DoubleIntegerHeap 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 in elki.database.ids.integer
Fields in elki.database.ids.integer declared as DoubleIntegerHeap Modifier and Type Field Description private DoubleIntegerHeapDoubleIntegerDBIDHeap. heapThe main heap.Constructors in elki.database.ids.integer with parameters of type DoubleIntegerHeap Constructor Description DoubleIntegerDBIDHeap(DoubleIntegerHeap heap)Constructor. -
Uses of DoubleIntegerHeap in elki.utilities.datastructures.heap
Classes in elki.utilities.datastructures.heap that implement DoubleIntegerHeap Modifier and Type Class Description classDoubleIntegerMaxHeapBinary heap for double keys and int values.classDoubleIntegerMinHeapBinary heap for double keys and int values.
-