hunt ~v1.4.x (2025-01-29T03:20:10.156087)
Dub
Repo
TreeNode.root
hunt
collection
HashMap
TreeNode
Returns root of tree containing this node.
class
TreeNode
(K, V)
final
TreeNode
!(
K
,
V
)
root
(
)
Meta
Source
See Implementation
hunt
collection
HashMap
TreeNode
constructors
this
functions
find
getTreeNode
putTreeVal
removeTreeNode
root
split
treeify
untreeify
static functions
balanceDeletion
balanceInsertion
checkInvariants
moveRootToFront
rotateLeft
rotateRight
tieBreakOrder
variables
UNTREEIFY_THRESHOLD
left
parent
prev
red
right
Returns root of tree containing this node.