public class ImmutableLists extends Object
static <T> List<T>
emptyList()
of(T object, T... objects)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> List<T> emptyList()
public static <T> List<T> of(T object, T... objects)
Copyright © 2019. All rights reserved.