Home
last modified time | relevance | path

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

/external/chromium_org/base/android/java/src/org/chromium/base/
DCollectionUtil.java26 public static <E> ArrayList<E> newArrayList(E... elements) { in newArrayList() method in CollectionUtil
32 public static <E> ArrayList<E> newArrayList(Iterable<E> iterable) { in newArrayList() method in CollectionUtil
/external/guava/guava/src/com/google/common/collect/
DLists.java73 public static <E> ArrayList<E> newArrayList() { in newArrayList() method in Lists
89 public static <E> ArrayList<E> newArrayList(E... elements) { in newArrayList() method in Lists
116 public static <E> ArrayList<E> newArrayList(Iterable<? extends E> elements) { in newArrayList() method in Lists
135 public static <E> ArrayList<E> newArrayList(Iterator<? extends E> elements) { in newArrayList() method in Lists