Building Parsers with Java

sjm.utensil
Interface PubliclyCloneable

All Known Implementing Classes:
Assembly, Coffee, Course, Professor, QueryBuilder, RobotCommand, RunningAverage, Scope, SlingTarget, Textbook

public interface PubliclyCloneable
extends java.lang.Cloneable

Defines a type of object which anybody can clone.


Method Summary
 java.lang.Object clone()
          A PubliclyCloneable object is one to which any object can send clone().
 

Method Detail

clone

public java.lang.Object clone()
A PubliclyCloneable object is one to which any object can send clone().
Overrides:
clone in class java.lang.Object
Returns:
a copy of the receiving object

by Steve Metsker