Interface Clonable

All Superinterfaces:
Cloneable

public interface Clonable
extends Cloneable
Provide the Object.clone() method to interfaces!
  • Method Summary

    Modifier and Type Method Description
    Object clone()
    Makes the Object's Object.clone() method available to this interface.