Uses of Interface
org.jheaps.MergeableDoubleEndedAddressableHeap
-
Packages that use MergeableDoubleEndedAddressableHeap Package Description org.jheaps Interfacesorg.jheaps.tree Heaps using an explicit "pointer-based" tree representation -
-
Uses of MergeableDoubleEndedAddressableHeap in org.jheaps
Methods in org.jheaps with parameters of type MergeableDoubleEndedAddressableHeap Modifier and Type Method Description void
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 MergeableDoubleEndedAddressableHeap Modifier and Type Class Description class
ReflectedFibonacciHeap<K,V>
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 MergeableDoubleEndedAddressableHeap Modifier and Type Method Description void
ReflectedHeap. meld(MergeableDoubleEndedAddressableHeap<K,V> other)
Meld a heap into the current heap.
-