Searched defs:computeArrayListCapacity (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DLists.java92 int capacity = computeArrayListCapacity(elements.length);
98 @VisibleForTesting static int computeArrayListCapacity(int arraySize) { method in class:Lists
189 return new ArrayList<E>(computeArrayListCapacity(estimatedSize));

Completed in 677 milliseconds