K
- Item from which data is extracted.Y
- Value type.public class TimeSeriesList2<K,Y extends Number> extends javafx.collections.ObservableListBase<javafx.scene.chart.XYChart.Series<Long,Y>>
modCount
Constructor and Description |
---|
TimeSeriesList2(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) |
Modifier and Type | Method and Description |
---|---|
void |
disposeSeries(K pItem)
Unnecessarily maintaining series can lead to increased CPU/memory usages.
|
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 void disposeSeries(K pItem)
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.