|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PublicCloneable<C>
The java interface Cloneable has no public methods. This interface is simply
Cloneable, but with the clone method public. So, if an object is PublicCloneable, you don't know
merely that it's Cloneable, but you can also actually do it...
| Method Summary | |
|---|---|
C |
clone()
|
| Method Detail |
|---|
C clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||