Interface ReadOnly


public interface ReadOnly
Denotes a read-only type. Created by miho on 23.02.17.
See Also:
Tutorial on Immutable Objects and ReadOnly API
  • Method Summary

    Modifier and Type Method Description
    default VObject asModifiable()
    Returns a modifiable deep copy of this read-only instance
  • Method Details

    • asModifiable

      default VObject asModifiable()
      Returns a modifiable deep copy of this read-only instance
      Returns:
      a modifiable deep copy of this read-only instance