public static class CollectionUtils.List
extends java.lang.Object
| Constructor and Description |
|---|
List() |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.List<T> |
of(T... elements)
Returns an ordered list containing the provided elements
|