Uses of Interface
org.jheaps.MergeableAddressableHeap
Packages that use MergeableAddressableHeap
Package
Description
Interfaces
Heaps using an explicit "pointer-based" dag representation
Heaps using an explicit "pointer-based" tree representation
-
Uses of MergeableAddressableHeap in org.jheaps
Methods in org.jheaps with parameters of type MergeableAddressableHeapModifier and TypeMethodDescriptionvoid
MergeableAddressableHeap.meld
(MergeableAddressableHeap<K, V> other) Meld a heap into the current heap. -
Uses of MergeableAddressableHeap in org.jheaps.dag
Classes in org.jheaps.dag that implement MergeableAddressableHeapMethods in org.jheaps.dag with parameters of type MergeableAddressableHeapModifier and TypeMethodDescriptionvoid
HollowHeap.meld
(MergeableAddressableHeap<K, V> other) Meld a heap into the current heap. -
Uses of MergeableAddressableHeap in org.jheaps.tree
Classes in org.jheaps.tree that implement MergeableAddressableHeapModifier and TypeClassDescriptionclass
A binary tree soft addressable heap.class
The costless meld variant of the pairing heaps.class
FibonacciHeap<K,
V> Fibonacci heaps.class
LeftistHeap<K,
V> Leftist heaps.class
PairingHeap<K,
V> Pairing heaps.class
RankPairingHeap<K,
V> Rank-Pairing heaps.class
SimpleFibonacciHeap<K,
V> Simple Fibonacci heaps.class
SkewHeap<K,
V> Skew heaps.Methods in org.jheaps.tree with parameters of type MergeableAddressableHeapModifier and TypeMethodDescriptionvoid
BinaryTreeSoftAddressableHeap.meld
(MergeableAddressableHeap<K, V> other) Meld a heap into the current heap.void
CostlessMeldPairingHeap.meld
(MergeableAddressableHeap<K, V> other) Meld a heap into the current heap.void
FibonacciHeap.meld
(MergeableAddressableHeap<K, V> other) Meld a heap into the current heap.void
PairingHeap.meld
(MergeableAddressableHeap<K, V> other) Meld a heap into the current heap.void
RankPairingHeap.meld
(MergeableAddressableHeap<K, V> other) Meld a heap into the current heap.void
SimpleFibonacciHeap.meld
(MergeableAddressableHeap<K, V> other) Meld a heap into the current heap.void
SkewHeap.meld
(MergeableAddressableHeap<K, V> other)