Searched defs:newSize (Results 1 – 4 of 4) sorted by relevance
44 private void resizeArrays(int newSize) { in resizeArrays()119 int newSize = keys.length * 2; in rehash() local
191 int newSize = s + newPartSize; // If add overflows, arraycopy will fail in addAll() local230 int newSize = s + newPartSize; // If add overflows, arraycopy will fail in addAll() local
61 bool resize(int newSize) { in resize()
382 int newSize = i; in removeOrRetain() local