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 TypeClassDescriptionclassReflected double ended heaps based on Fibonacci heaps.classReflectedPairingHeap<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.heapprivate ReflectedHeap<K, V> ReflectedHeap.otherUsed 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