public class NewList extends Object
| Constructor and Description |
|---|
NewList() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
copyOf(Collection<? extends T> elements) |
static <T> List<T> |
copyOf(T... elements) |
static <T> List<T> |
of(T... elements) |
static <T> List<T> |
reverse(List<T> titleElements) |
Copyright © 2022. All rights reserved.