Searched defs:newLinkedList (Results 1 – 4 of 4) sorted by relevance
45 public static <K> LinkedList<K> newLinkedList() { in newLinkedList() method in Lists49 public static <K> LinkedList<K> newLinkedList(Collection<K> c) { in newLinkedList() method in Lists
212 public static <E> LinkedList<E> newLinkedList() { in newLinkedList() method in Lists234 public static <E> LinkedList<E> newLinkedList(Iterable<? extends E> elements) { in newLinkedList() method in Lists
213 public static <E> LinkedList<E> newLinkedList() { in newLinkedList() method in Lists235 public static <E> LinkedList<E> newLinkedList(Iterable<? extends E> elements) { in newLinkedList() method in Lists
203 {