public class Lists
extends java.lang.Object
Constructor and Description |
---|
Lists() |
Modifier and Type | Method and Description |
---|---|
static <T> java.util.List<T> |
newArrayList() |
static <T> java.util.List<T> |
newArrayList(java.lang.Iterable<T> source) |