Uses of Class
org.jheaps.dag.HollowHeap
Packages that use HollowHeap
-
Uses of HollowHeap in org.jheaps.dag
Fields in org.jheaps.dag declared as HollowHeapModifier and TypeFieldDescription(package private) HollowHeap<K, V> HollowHeap.HollowNode.heapprivate HollowHeap<K, V> HollowHeap.otherUsed 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 HollowHeapModifier and TypeMethodDescription(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