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

    Modifier and Type
    Method
    Description
    Get a mutable clone from this instance.
  • Method Details

    • cloneMutable

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