Searched refs:moveRootToFront (Results 1 – 2 of 2) sorted by relevance
1988 static <K,V> void moveRootToFront(Node<K,V>[] tab, TreeNode<K,V> root) { in moveRootToFront() method in HashMap.TreeNode2108 moveRootToFront(tab, root); in treeify()2171 moveRootToFront(tab, balanceInsertion(root, x)); in putTreeVal()2282 moveRootToFront(tab, r); in removeTreeNode()
560 static <K, V> void moveRootToFront( in moveRootToFront() method in HashMap.TreeNode