CHAPTER 20: The Package java.lang |
![]() Previous |
![]() Java Language |
![]() Index |
![]() Next |
The Cloneable interface should be implemented by any class that is intended to support or override the method clone (S20.1.5).
public interface Cloneable { }
The interface Cloneable declares no methods.
© 1996 Sun Microsystems, Inc. All rights reserved.