Home
last modified time | relevance | path

Searched refs:oldThr (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DHashMap.java685 int oldThr = threshold; in resize() local
694 newThr = oldThr << 1; // double threshold in resize()
696 else if (oldThr > 0) // initial capacity was placed in threshold in resize()
697 newCap = oldThr; in resize()