public interface ListState<T> extends CollectionState<ListState<T>,T>, List<T>
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
T element) |
boolean |
addAll(int index,
Collection<? extends T> c) |
T |
get(int index) |
T |
remove(int index) |
T |
set(int index,
T element) |
add, addAll, clear, contains, containsAll, init, isEmpty, remove, removeAll, retainAll, sizeadd, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamboolean addAll(int index,
Collection<? extends T> c)
Copyright © 2013-2015. All Rights Reserved.