Returns a new version of this data set that is of the same type, and contains a different list pointing to the same data points. @return a shallow copy of this data set
()
| 764 | * @return a shallow copy of this data set |
| 765 | */ |
| 766 | abstract public DataSet<Type> shallowClone(); |
| 767 | |
| 768 | /** |
| 769 | * Returns a new version of this data set that is of the same type, and |
no outgoing calls