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

/external/guava/guava/src/com/google/common/collect/
H A DLists.java155 * use {@link #newArrayListWithExpectedSize(int)} instead.
187 public static <E> ArrayList<E> newArrayListWithExpectedSize( method in class:Lists

Completed in 63 milliseconds