clone method

MassData clone()

Return a copy of this object.

Implementation

MassData clone() {
  return MassData.copy(this);
}