Searched defs:Lists (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DLists.java59 public final class Lists { class
60 private Lists() {} method in class:Lists
243 /** @see Lists#asList(Object, Object[]) */
286 /** @see Lists#asList(Object, Object, Object[]) */
353 * @see Lists#transform
435 * @see Lists#transform
718 * Lists.reverse(Arrays.asList(1, 2, 3))} returns a list containing {@code 3,
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4314 \subsubsection{SEQUENCE Multiple Argument Lists}
4746 At this point, we are pointing to the last node of the list. Lists are terminated in all directions by a \textbf{NULL} pointer. All nodes are doubly linked so that you

Completed in 111 milliseconds