Searched refs:newArrayListWithExpectedSize (Results 1 – 3 of 3) sorted by relevance
159 List<E> list = Lists.newArrayListWithExpectedSize(size()); in snapshot()431 List<Multiset.Entry<E>> list = Lists.newArrayListWithExpectedSize(size());
187 = Lists.newArrayListWithExpectedSize(values.size()); in createEntries()
181 public static <E> ArrayList<E> newArrayListWithExpectedSize( in newArrayListWithExpectedSize() method in Lists