I - Input type.O - Output type.public class TransformingObservableList<I,O> extends javafx.collections.ObservableListBase<O> implements PermutableObservableList<O>
modCount| Constructor and Description |
|---|
TransformingObservableList(javafx.collections.ObservableList<? extends I> pObservableList,
Function<? super I,? extends O> pTransform) |
TransformingObservableList(javafx.collections.ObservableList<? extends I> pObservableList,
Function<? super I,? extends O> pTransform,
Function<? super O,javafx.beans.Observable[]> pExtractor) |
| Modifier and Type | Method and Description |
|---|---|
O |
get(int pIdx) |
protected void |
handleUpdate(javafx.collections.ListChangeListener.Change<? extends I> pChange) |
void |
permutate(int pFrom,
int[] pPermutation) |
O |
remove(int pIdx) |
void |
remove(int pFrom,
int pTo) |
int |
size() |
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, removeAll, removeListener, removeListener, retainAll, setAll, setAlladd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitemptyaddAll, addListener, filtered, removeAll, removeListener, retainAll, setAll, setAll, sorted, sortedadd, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic TransformingObservableList(javafx.collections.ObservableList<? extends I> pObservableList, Function<? super I,? extends O> pTransform)
protected void handleUpdate(javafx.collections.ListChangeListener.Change<? extends I> pChange)
public O get(int pIdx)
public int size()
size in interface Collection<O>size in interface List<O>size in class AbstractCollection<O>public void permutate(int pFrom,
int[] pPermutation)
permutate in interface PermutableObservableList<O>public O remove(int pIdx)
Copyright © 2023. All rights reserved.