Home
last modified time | relevance | path

Searched defs:newArrayListWithExpectedSize (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava/src/com/google/common/collect/
DLists.java190 public static <E> ArrayList<E> newArrayListWithExpectedSize(int estimatedSize) { in newArrayListWithExpectedSize() method in Lists
/external/guava/guava/src/com/google/common/collect/
DLists.java191 public static <E> ArrayList<E> newArrayListWithExpectedSize(int estimatedSize) { in newArrayListWithExpectedSize() method in Lists