Uses of Class
org.jheaps.tree.ReflectedHeap
-
Packages that use ReflectedHeap Package Description org.jheaps.tree Heaps using an explicit "pointer-based" tree representation -
-
Uses of ReflectedHeap in org.jheaps.tree
Subclasses of ReflectedHeap in org.jheaps.tree Modifier and Type Class Description class
ReflectedFibonacciHeap<K,V>
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 ReflectedHeap Modifier and Type Field Description (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 ReflectedHeap Modifier and Type Method Description (package private) ReflectedHeap<K,V>
ReflectedHeap.ReflectedHandle. getOwner()
Constructors in org.jheaps.tree with parameters of type ReflectedHeap Constructor Description ReflectedHandle(ReflectedHeap<K,V> heap, K key, V value)
-