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