Uses of Interface
org.jheaps.DoubleEndedAddressableHeap
Packages that use DoubleEndedAddressableHeap
Package
Description
Interfaces
Heaps using an explicit "pointer-based" tree representation
-
Uses of DoubleEndedAddressableHeap in org.jheaps
Subinterfaces of DoubleEndedAddressableHeap in org.jheapsModifier and TypeInterfaceDescriptioninterfaceA double-ended addressable heap that allows melding with another double-ended addressable heap. -
Uses of DoubleEndedAddressableHeap in org.jheaps.tree
Classes in org.jheaps.tree that implement DoubleEndedAddressableHeapModifier 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.