abstract ImmutableList<T> |
ImmutableList.append(T element) |
|
static <T> ImmutableList<T> |
ImmutableList.copyOf(java.util.List<T> other) |
|
static <T> ImmutableList<T> |
ImmutableList.of() |
|
static <T> ImmutableList<T> |
ImmutableList.of(ImmutableList<T> first,
T last) |
|
static <T> ImmutableList<T> |
ImmutableList.of(T a) |
|
static <T> ImmutableList<T> |
ImmutableList.of(T... elements) |
|
static <T> ImmutableList<T> |
ImmutableList.of(T[] first,
T last) |
|
static <T> ImmutableList<T> |
ImmutableList.of(T first,
ImmutableList<T> more) |
|
static <T> ImmutableList<T> |
ImmutableList.of(T a,
T b) |
|
static <T> ImmutableList<T> |
ImmutableList.of(T first,
T[] more) |
|
static <T> ImmutableList<T> |
ImmutableList.of(T a,
T b,
T c) |
|