Uses of Class
org.jheaps.tree.BinaryTreeSoftAddressableHeap
Packages that use BinaryTreeSoftAddressableHeap
-
Uses of BinaryTreeSoftAddressableHeap in org.jheaps.tree
Fields in org.jheaps.tree declared as BinaryTreeSoftAddressableHeapModifier and TypeFieldDescription(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 BinaryTreeSoftAddressableHeapModifier and TypeMethodDescription(package private) BinaryTreeSoftAddressableHeap
<K, V> BinaryTreeSoftAddressableHeap.SoftHandle.getOwner()
Constructors in org.jheaps.tree with parameters of type BinaryTreeSoftAddressableHeapModifierConstructorDescription(package private)
SoftHandle
(BinaryTreeSoftAddressableHeap<K, V> heap, K key, V value)