public final class ArrayUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkOffsetAndCount(int arrayLength,
int offset,
int count)
Checks that the range described by
offset and count
doesn't exceed arrayLength. |