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 Detail

      • cloneMutable

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