Uses of Interface
org.jheaps.MergeableHeap
-
Packages that use MergeableHeap Package Description org.jheaps Interfacesorg.jheaps.tree Heaps using an explicit "pointer-based" tree representation -
-
Uses of MergeableHeap in org.jheaps
Methods in org.jheaps with parameters of type MergeableHeap Modifier and Type Method Description void
MergeableHeap. meld(MergeableHeap<K> other)
Meld a heap into the current heap. -
Uses of MergeableHeap in org.jheaps.tree
Classes in org.jheaps.tree that implement MergeableHeap Modifier and Type Class Description class
BinaryTreeSoftHeap<K>
A binary tree soft heap.Methods in org.jheaps.tree with parameters of type MergeableHeap Modifier and Type Method Description void
BinaryTreeSoftHeap. meld(MergeableHeap<K> other)
Meld a heap into the current heap.
-