Package org.apache.wayang.core.util
Interface Copyable<Self>
-
- All Known Implementing Classes:
Record
public interface Copyable<Self>
Implementing objects must be able to provide copies of themselves.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Self
copy()
Create a (potentially shallow) copy of this instance.
-
-
-
Method Detail
-
copy
Self copy()
Create a (potentially shallow) copy of this instance.- Returns:
- the copy
-
-