hunt-extra v1.0.11 (2021-05-17T06:05:46Z)
Home
Dub
Repo
TreeNode.untreeify
hunt
collection
HashMap
TreeNode
Returns a list of non-TreeNodes replacing those linked from this node.
class
TreeNode
(K, V)
final
HashMapNode
!(
K
,
V
)
untreeify
(
HashMap
!(
K
,
V
)
map
)
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 a list of non-TreeNodes replacing those linked from this node.