public final class CollectionUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.List<T> |
mutableListOf(T... values)
Converts the arguments to mutable list.
|
@SafeVarargs public static <T> java.util.List<T> mutableListOf(T... values)
Arrays.asList(T...) when a mutable list is
required.T - The type of the contents of the listvalues - The values to be part of the list