ImmutableList<E> |
ImmutableList.Builder.build() |
|
ImmutableList<E> |
ImmutableList.Builder.build(Comparator<E> sortedBy) |
|
static <E> ImmutableList<E> |
ImmutableList.concat(Collection<? extends E> c1,
Collection<? extends E> c2) |
|
static <E> ImmutableList<E> |
ImmutableList.concat(Collection<? extends E> c1,
Collection<? extends E> c2,
Collection<? extends E> c3) |
|
static <E> ImmutableList<E> |
ImmutableList.empty() |
|
static <C,E> ImmutableList<E> |
ImmutableList.map(Collection<C> collection,
Function<C,E> mappingFunction) |
|
<O> ImmutableList<O> |
ImmutableList.map(Function<E,O> mappingFunction) |
|
ImmutableList<E> |
ImmutableList.matching(Predicate<E> predicate) |
|
static <E> ImmutableList<E> |
ImmutableList.of(E e) |
|
static <E> ImmutableList<E> |
ImmutableList.of(E e1,
E e2) |
|
static <E> ImmutableList<E> |
ImmutableList.of(E e1,
E e2,
E e3,
E... more) |
|
static <E> ImmutableList<E> |
ImmutableList.of(Collection<? extends E> collection) |
|
static <E> ImmutableList<E> |
ImmutableList.ofArray(E... more) |
|
static <E> ImmutableList<E> |
ImmutableList.ofNonNull(E e) |
|
static <E> ImmutableList<E> |
ImmutableList.ofNonNull(E e1,
E e2) |
|
static <E> ImmutableList<E> |
ImmutableList.ofNonNull(E e1,
E e2,
E... more) |
|
ImmutableList<E> |
ImmutableList.subList(int fromIndex,
int toIndex) |
|
ImmutableList<E> |
ImmutableSet.toList() |
|
ImmutableList<V> |
ImmutableMap.values(BiPredicate<K,V> predicate) |
|
ImmutableList<V> |
ImmutableMap.valuesForKeys(ImmutableSet<? extends K> keys) |
|
ImmutableList<E> |
ImmutableList.with(E other) |
|
ImmutableList<E> |
ImmutableList.with(E... other) |
|
ImmutableList<E> |
ImmutableList.with(Collection<E> other) |
|
ImmutableList<E> |
ImmutableList.with(Optional<E> other) |
|
ImmutableList<E> |
ImmutableList.without(Collection<E> other) |
|