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 TypeMethodDescriptionvoidMergeableAddressableHeap.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 TypeMethodDescriptionvoidHollowHeap.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 TypeClassDescriptionclassA binary tree soft addressable heap.classThe 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 MergeableAddressableHeapModifier and TypeMethodDescriptionvoidBinaryTreeSoftAddressableHeap.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)