Interface PublicCloneable<T>

All Superinterfaces:
Cloneable

public interface PublicCloneable<T> extends Cloneable
This interface publicly exposes the clone method. Implement this to allow faster clone.
Author:
bratseth
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • clone

      T clone()