Uses of Class
org.jheaps.dag.HollowHeap
-
Packages that use HollowHeap Package Description org.jheaps.dag Heaps using an explicit "pointer-based" dag representation -
-
Uses of HollowHeap in org.jheaps.dag
Fields in org.jheaps.dag declared as HollowHeap Modifier and Type Field Description (package private) HollowHeap<K,V>
HollowHeap.HollowNode. heap
private HollowHeap<K,V>
HollowHeap. other
Used to reference the current heap or some other pairing heap in case of melding, so that handles remain valid even after a meld, without having to iterate over them.Methods in org.jheaps.dag that return HollowHeap Modifier and Type Method Description (package private) HollowHeap<K,V>
HollowHeap.HollowNode. getOwner()
(package private) HollowHeap<K,V>
HollowHeap.Item. getOwner()
Constructors in org.jheaps.dag with parameters of type HollowHeap Constructor Description HollowNode(HollowHeap<K,V> heap, K key)
-