public class PanelData.Row extends Object implements Comparable<PanelData.Row>
| Constructor and Description |
|---|
Row(S subject,
String time,
double... values) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PanelData.Row that) |
double |
get(String header) |
S |
subject()
Gets the subject of the row.
|
String |
time()
Gets the time of the row.
|
String |
toString() |
double[] |
values()
Gets the values of the row.
|
public S subject()
public String time()
public double[] values()
public double get(String header)
public int compareTo(PanelData.Row that)
compareTo in interface Comparable<PanelData.Row>Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.