Uses of Class
org.jheaps.tree.BinaryTreeSoftHeap.SoftHandle
-
Packages that use BinaryTreeSoftHeap.SoftHandle Package Description org.jheaps.tree Heaps using an explicit "pointer-based" tree representation -
-
Uses of BinaryTreeSoftHeap.SoftHandle in org.jheaps.tree
Fields in org.jheaps.tree declared as BinaryTreeSoftHeap.SoftHandle Modifier and Type Field Description (package private) BinaryTreeSoftHeap.SoftHandle<K>
BinaryTreeSoftHeap.TreeNode. cHead
(package private) BinaryTreeSoftHeap.SoftHandle<K>
BinaryTreeSoftHeap.TreeNode. cTail
(package private) BinaryTreeSoftHeap.SoftHandle<K>
BinaryTreeSoftHeap.SoftHandle. next
Constructors in org.jheaps.tree with parameters of type BinaryTreeSoftHeap.SoftHandle Constructor Description TreeNode(BinaryTreeSoftHeap.SoftHandle<K> n)
-