Interface Cloner


public interface Cloner
Author:
Lars Kroll <[email protected]>
  • Method Summary

    Modifier and Type Method Description
    Object clone​(Object o)
    Clones the given object and returns the copy.
  • Method Details

    • clone

      Clones the given object and returns the copy.

      Use for custom value cloning logic.

      Parameters:
      o - Source object
      Returns:
      Copy of the source