Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
empty() |
static <T> List<T> |
singleton(T elt) |
static <T,U> List<U> |
transform(List<? extends T> l,
Function<? super T,? extends U> f)
This is not a view, it returns a new list.
|