public abstract class WritableListAdapter<T> extends Object implements WritableList<T>
| Constructor and Description |
|---|
WritableListAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
T v) |
void |
add(T v) |
boolean |
contains(T a) |
List<T> |
findAll(Predicate<T> a) |
int[] |
findAllIndexes(Predicate<T> a) |
T |
findFirst(Predicate<T> a) |
T |
findFirst(Predicate<T> a,
int from) |
T |
findFirst(Predicate<T> a,
int from,
int to) |
int |
findFirstIndex(Predicate<T> a) |
int |
findFirstIndex(Predicate<T> a,
int from) |
int |
findFirstIndex(Predicate<T> a,
int from,
int to) |
T |
get(int index) |
protected abstract WritableList<T> |
getAdaptee() |
boolean |
isWritable() |
Iterator<T> |
iterator() |
PropertyListeners |
listeners() |
String |
name() |
ObservableList<T> |
readOnly() |
T |
remove(int index) |
boolean |
remove(T item) |
void |
removeAll() |
void |
removeAll(Predicate<T> a) |
void |
set(int index,
T v) |
int |
size() |
List<T> |
toList() |
PropertyType |
type() |
UserObjects |
userObjects() |
PropertyVetos |
vetos() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamforEach, spliteratorprotected abstract WritableList<T> getAdaptee()
public void removeAll()
removeAll in interface WritableList<T>public void removeAll(Predicate<T> a)
removeAll in interface WritableList<T>public void add(int index,
T v)
add in interface WritableList<T>public void add(T v)
add in interface WritableList<T>public void set(int index,
T v)
set in interface WritableList<T>public T remove(int index)
remove in interface WritableList<T>public boolean remove(T item)
remove in interface WritableList<T>public PropertyVetos vetos()
vetos in interface Propertyvetos in interface WritableList<T>public T get(int index)
get in interface ObservableList<T>public int size()
size in interface ObservableList<T>public int[] findAllIndexes(Predicate<T> a)
findAllIndexes in interface ObservableList<T>public T findFirst(Predicate<T> a, int from)
findFirst in interface ObservableList<T>public T findFirst(Predicate<T> a, int from, int to)
findFirst in interface ObservableList<T>public int findFirstIndex(Predicate<T> a)
findFirstIndex in interface ObservableList<T>public int findFirstIndex(Predicate<T> a, int from)
findFirstIndex in interface ObservableList<T>public int findFirstIndex(Predicate<T> a, int from, int to)
findFirstIndex in interface ObservableList<T>public List<T> toList()
toList in interface ObservableList<T>public ObservableList<T> readOnly()
readOnly in interface ObservableList<T>readOnly in interface Propertypublic PropertyType type()
public boolean isWritable()
isWritable in interface Propertypublic UserObjects userObjects()
userObjects in interface Propertypublic PropertyListeners listeners()
listeners in interface WithListenerspublic boolean contains(T a)
contains in interface ObservableList<T>Copyright © 2021 vpc open source initiative. All rights reserved.