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 voidMergeableAddressableHeap. 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 classHollowHeap<K,V>Hollow heaps.Methods in org.jheaps.dag with parameters of type MergeableAddressableHeap Modifier and Type Method Description voidHollowHeap. 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 classBinaryTreeSoftAddressableHeap<K,V>A binary tree soft addressable heap.classCostlessMeldPairingHeap<K,V>The costless meld variant of the pairing heaps.classFibonacciHeap<K,V>Fibonacci heaps.classLeftistHeap<K,V>Leftist heaps.classPairingHeap<K,V>Pairing heaps.classRankPairingHeap<K,V>Rank-Pairing heaps.classSimpleFibonacciHeap<K,V>Simple Fibonacci heaps.classSkewHeap<K,V>Skew heaps.Methods in org.jheaps.tree with parameters of type MergeableAddressableHeap Modifier and Type Method Description voidBinaryTreeSoftAddressableHeap. meld(MergeableAddressableHeap<K,V> other)Meld a heap into the current heap.voidCostlessMeldPairingHeap. meld(MergeableAddressableHeap<K,V> other)Meld a heap into the current heap.voidFibonacciHeap. meld(MergeableAddressableHeap<K,V> other)Meld a heap into the current heap.voidPairingHeap. meld(MergeableAddressableHeap<K,V> other)Meld a heap into the current heap.voidRankPairingHeap. meld(MergeableAddressableHeap<K,V> other)Meld a heap into the current heap.voidSimpleFibonacciHeap. meld(MergeableAddressableHeap<K,V> other)Meld a heap into the current heap.voidSkewHeap. meld(MergeableAddressableHeap<K,V> other)
-