Searched refs:hiTail (Results 1 – 2 of 2) sorted by relevance
722 Node<K,V> hiHead = null, hiTail = null; in resize() local734 if (hiTail == null) in resize()737 hiTail.next = e; in resize()738 hiTail = e; in resize()745 if (hiTail != null) { in resize()746 hiTail.next = null; in resize()2299 TreeNode<K,V> hiHead = null, hiTail = null; in split() local2313 if ((e.prev = hiTail) == null) in split()2316 hiTail.next = e; in split()2317 hiTail = e; in split()
2524 TreeNode<K,V> hi = null, hiTail = null; in transfer() local2539 if ((p.prev = hiTail) == null) in transfer()2542 hiTail.next = p; in transfer()2543 hiTail = p; in transfer()