public class ImmutableLists
extends Object
-
Method Summary
of(T object,
T... objects)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
emptyList
public static <T> List<T> emptyList()
-
of
public static <T> List<T> of(T object,
T... objects)