Uses of Interface
org.jheaps.MergeableDoubleEndedAddressableHeap
Packages that use MergeableDoubleEndedAddressableHeap
Package
Description
Interfaces
Heaps using an explicit "pointer-based" tree representation
-
Uses of MergeableDoubleEndedAddressableHeap in org.jheaps
Methods in org.jheaps with parameters of type MergeableDoubleEndedAddressableHeapModifier and TypeMethodDescriptionvoidMergeableDoubleEndedAddressableHeap.meld(MergeableDoubleEndedAddressableHeap<K, V> other) Meld a heap into the current heap. -
Uses of MergeableDoubleEndedAddressableHeap in org.jheaps.tree
Classes in org.jheaps.tree that implement MergeableDoubleEndedAddressableHeapModifier and TypeClassDescriptionclassReflected double ended heaps based on Fibonacci heaps.classReflectedHeap<K,V> Reflected double ended heaps.classReflectedPairingHeap<K,V> Reflected double ended heaps based on pairing heaps.Methods in org.jheaps.tree with parameters of type MergeableDoubleEndedAddressableHeapModifier and TypeMethodDescriptionvoidReflectedHeap.meld(MergeableDoubleEndedAddressableHeap<K, V> other) Meld a heap into the current heap.