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