Home | History | Annotate | Download | only in collect

Lines Matching defs:computeArrayListCapacity

110     int capacity = computeArrayListCapacity(elements.length);
116 @VisibleForTesting static int computeArrayListCapacity(int arraySize) {
206 return new ArrayList<E>(computeArrayListCapacity(estimatedSize));