- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for newLinkedList (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava/src/com/google/common/collect/Lists.java
"JdkObsolete", // We recommend against this method but need to keep it for compatibility. }) public static <E extends @Nullable Object> LinkedList<E> newLinkedList() { return new LinkedList<>(); } /** * Creates a <i>mutable</i> {@code LinkedList} instance containing the given elements; a very thin
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 16:38:09 GMT 2026 - 42.5K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Lists.java
"JdkObsolete", // We recommend against this method but need to keep it for compatibility. }) public static <E extends @Nullable Object> LinkedList<E> newLinkedList() { return new LinkedList<>(); } /** * Creates a <i>mutable</i> {@code LinkedList} instance containing the given elements; a very thin
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 16:38:09 GMT 2026 - 42.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/IterablesTest.java
Iterable<Integer> expected = Ordering.<Integer>natural().sortedCopy(unsortedExpected); Iterable<Integer> mergedIterator = mergeSorted(iterables, Ordering.natural()); assertEquals(Lists.newLinkedList(expected), Lists.newLinkedList(mergedIterator)); } public void testMergeSorted_stable_allEqual() { ImmutableList<Integer> first = ImmutableList.of(0, 2, 4, 6, 8);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 47.5K bytes - Click Count (0)