T - the generic typepublic interface ChartData<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
T |
getData()
Gets the data.
|
int |
size()
Gets the size of the data.
|
String |
toJsonString()
To json string.
|
Copyright © 2019. All rights reserved.