T - Type of number. Ex.: Double, Integer, Float, etc.public class LinedData<T extends Number> extends AbstractCollectionData<T>
| Constructor and Description |
|---|
LinedData()
Instantiates a new lined data.
|
LinedData(T... values)
Instantiates a new lined data.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getData()
Gets the data.
|
int |
size()
Gets the size of the data.
|
String |
toJsonString()
To json string.
|
addValue, addValues, addValuespublic LinedData()
public LinedData(T... values)
values - the valuespublic Collection<T> getData()
ChartDatapublic int size()
Copyright © 2025. All rights reserved.