public class Lists extends Object
| Constructor and Description |
|---|
Lists() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
newArrayList(Iterable<T> iter) |
static <T> List<T> |
newArrayList(Iterator<T> iter) |
Copyright © 2017. All rights reserved.