Uses of Interface
org.jheaps.MergeableHeap
Packages that use MergeableHeap
Package
Description
Interfaces
Heaps using an explicit "pointer-based" tree representation
-
Uses of MergeableHeap in org.jheaps
Methods in org.jheaps with parameters of type MergeableHeapModifier and TypeMethodDescriptionvoidMergeableHeap.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 MergeableHeapMethods in org.jheaps.tree with parameters of type MergeableHeapModifier and TypeMethodDescriptionvoidBinaryTreeSoftHeap.meld(MergeableHeap<K> other) Meld a heap into the current heap.