public class Lists extends Object
| Modifier and Type | Method and Description |
|---|---|
static <E> ArrayList<E> |
newArrayList()
Creates a new
ArrayList. |
static <E> ArrayList<E> |
newArrayList(Iterator<? extends E> iterator)
Creates a new
ArrayList filled with the contents of the given
iterator. |
Copyright © 2017 Power TAC. All rights reserved.