Package com.jogamp.common.type
Interface WriteCloneable
public interface WriteCloneable
Extends a class with the ability to be cloned mutable.
If the implementing class is designed immutable, it hereby offers a mutable clone.
If the implementing class is designed immutable, it hereby offers a mutable clone.
-
Method Summary
-
Method Details
-
cloneMutable
Object cloneMutable()Get a mutable clone from this instance.
-