public interface ImmutableList<N> extends ImmutableCollection<N>
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<N> |
add(N n) |
ImmutableList<N> |
clear() |
ImmutableList<N> |
delete(int idx) |
N |
get(int index) |
int |
indexOf(N n) |
ImmutableList<N> |
insert(int idx,
N n) |
ImmutableList<N> |
remove(N n) |
ImmutableList<N> |
set(int index,
N n) |
ImmutableList<N> |
sublist(int from,
int toexc) |
contains, isEmpty, sizeforEach, iterator, spliteratorN get(int index)
ImmutableList<N> set(int index, N n)
ImmutableList<N> remove(N n)
remove in interface ImmutableCollection<N>ImmutableList<N> delete(int idx)
ImmutableList<N> add(N n)
add in interface ImmutableCollection<N>ImmutableList<N> insert(int idx, N n)
ImmutableList<N> clear()
clear in interface ImmutableCollection<N>int indexOf(N n)
ImmutableList<N> sublist(int from, int toexc)
Copyright © 2018. All rights reserved.