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, setAll
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
empty
addAll, addListener, filtered, removeAll, removeListener, retainAll, setAll, setAll, sorted, sorted
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
public 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.