@ParametersAreNonnullByDefault
public class Lists
extends Object
-
Constructor Summary
Constructors
-
Method Summary
list(T first,
T... others)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
list
@SafeVarargs
@CheckReturnValue
@Nonnull
public static <T> List<T> list(T first,
T... others)