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
216 public static <E extends @Nullable Object> LinkedList<E> newLinkedList() { in newLinkedList() method in Lists237 public static <E extends @Nullable Object> LinkedList<E> newLinkedList( in newLinkedList() method in Lists
217 public static <E extends @Nullable Object> LinkedList<E> newLinkedList() { in newLinkedList() method in Lists238 public static <E extends @Nullable Object> LinkedList<E> newLinkedList( in newLinkedList() method in Lists
203 {