Searched defs:newLinkedList (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DLists.java210 public static <E> LinkedList<E> newLinkedList() { method in class:Lists
221 public static <E> LinkedList<E> newLinkedList( method in class:Lists
223 LinkedList<E> list = newLinkedList();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLists.java208 public static <E> LinkedList<E> newLinkedList() { method in class:Lists
219 public static <E> LinkedList<E> newLinkedList( method in class:Lists
221 LinkedList<E> list = newLinkedList();
/external/guava/guava-testlib/test/com/google/common/testing/
H A DFreshValueGeneratorTest.java301 assertValueAndTypeEquals(newLinkedList(new FreshValueGenerator().generate(String.class)),
706 private static <E> LinkedList<E> newLinkedList(E element) { method in class:FreshValueGeneratorTest
707 LinkedList<E> list = Lists.newLinkedList();
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 899 milliseconds