|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.clazzes.util.reflect.impl.ArrayCloner<T>
public class ArrayCloner<T>
A cloner for arrays.
Constructor Summary | |
---|---|
ArrayCloner(java.lang.Class<T> clazz)
|
Method Summary | |
---|---|
T |
clone(T o)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayCloner(java.lang.Class<T> clazz)
clazz
- The array class.Method Detail |
---|
public T clone(T o) throws java.lang.CloneNotSupportedException
clone
in interface Cloner<T>
o
- A POJO object to clone.
java.lang.CloneNotSupportedException
- If this instance cannot be cloned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |