public class ArrayUtils
extends Object
Array helpers used by the JSON internals.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static char[] |
copyRange(char[] source, int startIndex, int endIndex)Copies a character range into a new array. |