| Modifier and Type | Method and Description |
|---|---|
static <TT> ImmutableList<TT> |
ImmutableList.emptyList()
Get an empty
ImmutableList. |
static <TT> ImmutableList<TT> |
ImmutableList.listOf(TT[] array)
Get an
ImmutableList using the supplied array. |
static <TT> ImmutableList<TT> |
ImmutableList.listOf(TT[] array,
int length)
Get an
ImmutableList using the supplied array. |
ImmutableList<T> |
ImmutableList.subList(int fromIndex,
int toIndex)
Get a sub-list of this list.
|
Copyright © 2023. All rights reserved.