@return direct access to the list that backs this data set.
()
| 127 | * @return direct access to the list that backs this data set. |
| 128 | */ |
| 129 | public List<DataPoint> getBackingList() |
| 130 | { |
| 131 | return dataPoints; |
| 132 | } |
| 133 | |
| 134 | @Override |
| 135 | public SimpleDataSet shallowClone() |
no outgoing calls