Package com.oracle.coherence.common.base
Interface Cloneable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
clone()
Create and return a copy of this object as described by theObject.clone()
contract.
-
-
-
Method Detail
-
clone
Object clone()
Create and return a copy of this object as described by theObject.clone()
contract.- Returns:
- a copy of this object
-
-