Home
last modified time | relevance | path

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

/external/guava/src/com/google/common/collect/
DLists.java83 int capacity = computeArrayListCapacity(elements.length); in newArrayList()
89 @VisibleForTesting static int computeArrayListCapacity(int arraySize) { in computeArrayListCapacity() method in Lists
183 return new ArrayList<E>(computeArrayListCapacity(estimatedSize)); in newArrayListWithExpectedSize()