public class NewList
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
of
public static <T> List<T> of(T... elements)
-
-
copyOf
public static <T> List<T> copyOf(T... elements)
-
reverse
public static <T> List<T> reverse(List<T> titleElements)