Searched refs:growthFactorMultiples (Results 1 – 1 of 1) sorted by relevance
97 int growthFactorMultiples = (int)Math.ceil(minCapacity / mGrowthFactor / curSize); in ensureCapacity() local99 float newSize = curSize * mGrowthFactor * growthFactorMultiples; in ensureCapacity()