K
- Item from which data is extracted.Y
- Value type.public class TimeSeriesList<K,Y extends Number> extends javafx.collections.ObservableListBase<javafx.scene.chart.XYChart.Series<Long,Y>>
modCount
Constructor and Description |
---|
TimeSeriesList(javafx.collections.ObservableList<K> pItems,
Function<? super K,? extends javafx.beans.value.ObservableValue<String>> pNameFunction,
Function<? super K,? extends javafx.beans.value.ObservableValue<? extends Y>> pValFunction) |
TimeSeriesList(javafx.collections.ObservableList<K> pItems,
Function<? super K,? extends javafx.beans.value.ObservableValue<String>> pNameFunction,
Function<? super K,? extends javafx.beans.value.ObservableValue<? extends Y>> pValFunction,
UnaryOperator<javafx.collections.ObservableList<javafx.scene.chart.XYChart.Data<Long,Y>>> pConflationFunction) |
Modifier and Type | Method and Description |
---|---|
javafx.scene.chart.XYChart.Series<Long,Y> |
get(int pIdx) |
javafx.scene.chart.XYChart.Series<Long,Y> |
get(K pItem) |
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 TimeSeriesList(javafx.collections.ObservableList<K> pItems, Function<? super K,? extends javafx.beans.value.ObservableValue<String>> pNameFunction, Function<? super K,? extends javafx.beans.value.ObservableValue<? extends Y>> pValFunction)
public TimeSeriesList(javafx.collections.ObservableList<K> pItems, Function<? super K,? extends javafx.beans.value.ObservableValue<String>> pNameFunction, Function<? super K,? extends javafx.beans.value.ObservableValue<? extends Y>> pValFunction, UnaryOperator<javafx.collections.ObservableList<javafx.scene.chart.XYChart.Data<Long,Y>>> pConflationFunction)
public int size()
size
in interface Collection<javafx.scene.chart.XYChart.Series<Long,Y extends Number>>
size
in interface List<javafx.scene.chart.XYChart.Series<Long,Y extends Number>>
size
in class AbstractCollection<javafx.scene.chart.XYChart.Series<Long,Y extends Number>>
Copyright © 2023. All rights reserved.