Package rma.lang

Interface Clone

All Superinterfaces:
Cloneable

public interface Clone extends Cloneable
A replacement interface for Cloneable that publically defines clone since java.lang.Object.clone() is protected.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a clone Object of the Object implementing Clone.
  • Method Details

    • clone

      Object clone()
      Returns a clone Object of the Object implementing Clone.