Searched refs:oldMap (Results 1 – 1 of 1) sorted by relevance
410 HashtableEntry<?,?>[] oldMap = table; in rehash() local427 for (HashtableEntry<K,V> old = (HashtableEntry<K,V>)oldMap[i] ; old != null ; ) { in rehash()