Package org.apache.groovy.json.internal
Class ArrayUtils
java.lang.Object
org.apache.groovy.json.internal.ArrayUtils
public class ArrayUtils extends Object
-
Constructor Summary
Constructors Constructor Description ArrayUtils()
-
Method Summary
Modifier and Type Method Description static char[]
copyRange(char[] source, int startIndex, int endIndex)
-
Constructor Details
-
ArrayUtils
public ArrayUtils()
-
-
Method Details
-
copyRange
public static char[] copyRange(char[] source, int startIndex, int endIndex)
-