Uses of Interface
org.jheaps.MergeableAddressableHeap
-
Packages that use MergeableAddressableHeap Package Description org.jheaps Interfacesorg.jheaps.dag Heaps using an explicit "pointer-based" dag representationorg.jheaps.tree Heaps using an explicit "pointer-based" tree representation -
-
Uses of MergeableAddressableHeap in org.jheaps
Methods in org.jheaps with parameters of type MergeableAddressableHeap Modifier and Type Method Description void
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 MergeableAddressableHeap Modifier and Type Class Description class
HollowHeap<K,V>
Hollow heaps.Methods in org.jheaps.dag with parameters of type MergeableAddressableHeap Modifier and Type Method Description void
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 MergeableAddressableHeap Modifier and Type Class Description class
BinaryTreeSoftAddressableHeap<K,V>
A binary tree soft addressable heap.class
CostlessMeldPairingHeap<K,V>
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 MergeableAddressableHeap Modifier and Type Method Description void
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)
-