Searched refs:oldTab (Results 1 – 2 of 2) sorted by relevance
682 Entry[] oldTab = table; in resize() local683 int oldLen = oldTab.length; in resize()689 Entry e = oldTab[j]; in resize()
677 Node<K,V>[] oldTab = table; in resize() local678 int oldCap = (oldTab == null) ? 0 : oldTab.length; in resize()684 return oldTab; in resize()705 if (oldTab != null) { in resize()708 if ((e = oldTab[j]) != null) { in resize()709 oldTab[j] = null; in resize()