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 TypeMethodDescriptionvoid
MergeableDoubleEndedAddressableHeap.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 TypeClassDescriptionclass
Reflected double ended heaps based on Fibonacci heaps.class
ReflectedHeap<K,
V> Reflected double ended heaps.class
ReflectedPairingHeap<K,
V> Reflected double ended heaps based on pairing heaps.Methods in org.jheaps.tree with parameters of type MergeableDoubleEndedAddressableHeapModifier and TypeMethodDescriptionvoid
ReflectedHeap.meld
(MergeableDoubleEndedAddressableHeap<K, V> other) Meld a heap into the current heap.