Searched defs:newArrayList (Results 1 – 2 of 2) sorted by relevance
26 public static <E> ArrayList<E> newArrayList(E... elements) { in newArrayList() method in CollectionUtil32 public static <E> ArrayList<E> newArrayList(Iterable<E> iterable) { in newArrayList() method in CollectionUtil
73 public static <E> ArrayList<E> newArrayList() { in newArrayList() method in Lists89 public static <E> ArrayList<E> newArrayList(E... elements) { in newArrayList() method in Lists116 public static <E> ArrayList<E> newArrayList(Iterable<? extends E> elements) { in newArrayList() method in Lists135 public static <E> ArrayList<E> newArrayList(Iterator<? extends E> elements) { in newArrayList() method in Lists