Package | Description |
---|---|
de.lmu.ifi.dbs.elki.utilities.datastructures.heap |
Heap structures and variations such as bounded priority heaps.
|
Modifier and Type | Class and Description |
---|---|
class |
ComparableMaxHeap<K extends Comparable<K>>
Basic in-memory heap structure.
|
class |
ComparableMinHeap<K extends Comparable<K>>
Basic in-memory heap structure.
|
class |
DoubleHeap
Basic in-memory heap structure.
|
class |
DoubleMaxHeap
Basic in-memory heap structure.
|
class |
DoubleMinHeap
Basic in-memory heap structure.
|
class |
IntegerHeap
Basic in-memory heap structure.
|
class |
IntegerMaxHeap
Basic in-memory heap structure.
|
class |
IntegerMinHeap
Basic in-memory heap structure.
|
class |
ObjectHeap<K>
Basic in-memory heap structure.
|