com.thoughtworks.xstream.core.util
Class Cloneables

java.lang.Object
  extended by com.thoughtworks.xstream.core.util.Cloneables

public class Cloneables
extends Object

Utility functions for Cloneable objects.

Since:
1.4
Author:
Jörg Schaible

Constructor Summary
Cloneables()
           
 
Method Summary
static Object clone(Object o)
           
static Object cloneIfPossible(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cloneables

public Cloneables()
Method Detail

clone

public static Object clone(Object o)

cloneIfPossible

public static Object cloneIfPossible(Object o)


Copyright © 2012. All Rights Reserved.