org.apache.http.client.utils
Class CloneUtils
java.lang.Object
org.apache.http.client.utils.CloneUtils
@Immutable
public class CloneUtils
- extends Object
A collection of utilities to workaround limitations of Java clone framework.
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clone
public static Object clone(Object obj)
throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.