public interface ObservableList<T> extends Property, Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
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) |
ObservableList<T> |
readOnly() |
int |
size() |
default Stream<T> |
stream() |
List<T> |
toList() |
isWritable, name, type, userObjects, vetoslistenersforEach, iterator, spliteratorT get(int index)
int size()
boolean contains(T a)
ObservableList<T> readOnly()
Copyright © 2021 vpc open source initiative. All rights reserved.