T
- Type of element in list.public class ConstrainedSnapshotList<T>
extends javafx.collections.ObservableListBase<T>
ObservableValueSnapshotList
modCount
Constructor and Description |
---|
ConstrainedSnapshotList(javafx.beans.value.ObservableValue<T> pObservableValue,
Function<T,Long> pValToTimeFunction) |
Modifier and Type | Method and Description |
---|---|
T |
get(int pIdx) |
Duration |
getMaxDuration()
Maximum amount of time between first and last items in list.
|
javafx.beans.property.ObjectProperty<Duration> |
maxDurationProperty() |
void |
setMaxDuration(Duration pMaxDuration) |
int |
size() |
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll, setAll
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
public Duration getMaxDuration()
public void setMaxDuration(Duration pMaxDuration)
public javafx.beans.property.ObjectProperty<Duration> maxDurationProperty()
public T get(int pIdx)
public int size()
size
in interface Collection<T>
size
in interface List<T>
size
in class AbstractCollection<T>
Copyright © 2023. All rights reserved.