|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gridsystems.innergrid.api.CloneUtils
public final class CloneUtils
Cloning utilities.
| Method Summary | ||
|---|---|---|
static
|
cloneArray(T[] source)
Clone array and its contents. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T> T[] cloneArray(T[] source)
throws java.lang.CloneNotSupportedException
T - Type of the Array to Clone.source - Original Array
source.
java.lang.CloneNotSupportedException - if the array cannot be cloned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||