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 TypeInterfaceDescriptioninterface
A 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 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.