Package com.github.davidmoten.guavamini
Class Lists
java.lang.Object
com.github.davidmoten.guavamini.Lists
-
Method Summary
Modifier and TypeMethodDescriptionstatic <E> ArrayList<E>
static <E> ArrayList<E>
newArrayList
(E... elements) static <E> ArrayList<E>
newArrayList
(Iterable<? extends E> elements) static <E> ArrayList<E>
newArrayList
(Iterator<? extends E> elements)
-
Method Details
-
newArrayList
-
newArrayList
-
newArrayList
-
newArrayList
-