Uses of Class
org.jheaps.tree.ReflectedHeap
Packages that use ReflectedHeap
-
Uses of ReflectedHeap in org.jheaps.tree
Subclasses of ReflectedHeap in org.jheaps.treeModifier and TypeClassDescriptionclass
Reflected double ended heaps based on Fibonacci heaps.class
ReflectedPairingHeap<K,
V> Reflected double ended heaps based on pairing heaps.Fields in org.jheaps.tree declared as ReflectedHeapModifier and TypeFieldDescription(package private) ReflectedHeap<K,
V> ReflectedHeap.ReflectedHandle.heap
private ReflectedHeap<K,
V> ReflectedHeap.other
Used to reference the current heap or some other heap in case of melding, so that handles remain valid even after a meld, without having to iterate over them.Methods in org.jheaps.tree that return ReflectedHeapModifier and TypeMethodDescription(package private) ReflectedHeap<K,
V> ReflectedHeap.ReflectedHandle.getOwner()
Constructors in org.jheaps.tree with parameters of type ReflectedHeap