Package org.conscrypt
Class ArrayUtils
java.lang.Object
org.conscrypt.ArrayUtils
Compatibility utility for Arrays.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
checkOffsetAndCount
(int arrayLength, int offset, int count) Checks that the range described byoffset
andcount
doesn't exceedarrayLength
.
-
Constructor Details
-
ArrayUtils
private ArrayUtils()
-
-
Method Details
-
checkOffsetAndCount
static void checkOffsetAndCount(int arrayLength, int offset, int count) Checks that the range described byoffset
andcount
doesn't exceedarrayLength
.
-