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.


Method Summary
 Object cloneMutable()
          Get a mutable clone from this instance.
 

Method Detail

cloneMutable

Object cloneMutable()
Get a mutable clone from this instance.