Class Cloneables
- java.lang.Object
-
- com.thoughtworks.xstream.core.util.Cloneables
-
public class Cloneables extends java.lang.Object
Utility functions forCloneable
objects.- Since:
- 1.4
-
-
Constructor Summary
Constructors Constructor Description Cloneables()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object
clone(java.lang.Object o)
static java.lang.Object
cloneIfPossible(java.lang.Object o)
-