| Modifier and Type | Method and Description |
|---|---|
static <TT> ImmutableList<TT> |
ImmutableList.emptyList() |
static <TT> ImmutableList<TT> |
ImmutableList.listOf(TT[] array) |
static <TT> ImmutableList<TT> |
ImmutableList.listOf(TT[] array,
int length) |
ImmutableList<T> |
ImmutableList.subList(int fromIndex,
int toIndex) |
Copyright © 2021. All rights reserved.