Uses of Interface
org.jheaps.DoubleEndedAddressableHeap
-
Packages that use DoubleEndedAddressableHeap Package Description org.jheaps Interfacesorg.jheaps.tree Heaps using an explicit "pointer-based" tree representation -
-
Uses of DoubleEndedAddressableHeap in org.jheaps
Subinterfaces of DoubleEndedAddressableHeap in org.jheaps Modifier and Type Interface Description interface
MergeableDoubleEndedAddressableHeap<K,V>
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 DoubleEndedAddressableHeap 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.
-