public interface WritableList<T> extends ObservableList<T>
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
T v) |
void |
add(T v) |
T |
remove(int index) |
boolean |
remove(T item) |
void |
removeAll() |
void |
removeAll(Predicate<T> a) |
void |
set(int index,
T v) |
PropertyVetos |
vetos() |
contains, findAll, findAllIndexes, findFirst, findFirst, findFirst, findFirstIndex, findFirstIndex, findFirstIndex, get, readOnly, size, stream, toListisWritable, name, type, userObjectslistenersforEach, iterator, spliteratorCopyright © 2021 vpc open source initiative. All rights reserved.