jodd.util
Interface CloneableObject
- All Superinterfaces:
- java.lang.Cloneable
public interface CloneableObject
- extends java.lang.Cloneable
Since Cloneable is just a marker interface, it is not possible
to clone different type of objects at once. This interface helps
for user objects, but, obviously, it can't change JDK classes.
|
Method Summary |
java.lang.Object |
clone()
Performs instance cloning. |
clone
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Performs instance cloning.
- Throws:
java.lang.CloneNotSupportedException- See Also:
Object.clone()
Copyright © 2003-2012 Jodd Team