Searched refs:untreeify (Results 1 – 2 of 2) sorted by relevance
1955 final Node<K,V> untreeify(HashMap<K,V> map) { in untreeify() method in HashMap.TreeNode2047 tab[index] = first.untreeify(map); // too small in removeTreeNode()2161 tab[index] = loHead.untreeify(map); in split()2170 tab[index + bit] = hiHead.untreeify(map); in split()
581 java.util.HashMap.Node<K, V> untreeify(java.util.HashMap<K, V> map) { in untreeify() method in HashMap.TreeNode