T - Type of observable.public class StrobeList<T>
extends javafx.collections.ObservableListBase<T>
modCount| Constructor and Description |
|---|
StrobeList(javafx.beans.value.ObservableValue<? extends T> pVal,
Function<? super T,? extends K> pKeyFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
doBeginChange()
Call ObservableListBase.beginChange().
|
void |
doEndChange()
Call ObservableListBase.endChange().
|
T |
get(int pIdx) |
int |
size() |
protected void |
update(int pIdx,
T pVal)
By default, replaces item and calls ObservableListBase.nextSet(int, Object).
|
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll, setAlladd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic T get(int pIdx)
public int size()
size in interface Collection<T>size in interface List<T>size in class AbstractCollection<T>protected void update(int pIdx,
T pVal)
public final void doBeginChange()
public final void doEndChange()
Copyright © 2023. All rights reserved.