Package com.oracle.coherence.common.base
Interface Cloneable
- All Superinterfaces:
Cloneable
This interface is meant to "fix" the usability issues related to the
Cloneable
method-less interface.- Author:
- gg/mf 2012.07.12
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Create and return a copy of this object as described by theObject.clone()
contract.
-
Method Details
-
clone
Object clone()Create and return a copy of this object as described by theObject.clone()
contract.- Returns:
- a copy of this object
-