public final class Lists extends Object
static Object[]
EMPTY_ARRAY
static <E> List<E>
newArrayList(E... elements)
static <E> void
print(List<E> list)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final Object[] EMPTY_ARRAY
public static <E> List<E> newArrayList(E... elements)
E
elements
public static <E> void print(List<E> list)
list
Copyright © 2020. All rights reserved.