Package org.n52.janmayen
Interface Copyable<T extends Copyable<T>>
-
- Type Parameters:
T- the actual type
public interface Copyable<T extends Copyable<T>>A class that can produce a deep copy of itself.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcopy()Create a deep copy of this object.
-
-
-
Method Detail
-
copy
T copy()
Create a deep copy of this object.- Returns:
- the copy
-
-