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 voidcheckOffsetAndCount(int arrayLength, int offset, int count) Checks that the range described byoffsetandcountdoesn't exceedarrayLength.
-
Constructor Details
-
ArrayUtils
private ArrayUtils()
-
-
Method Details
-
checkOffsetAndCount
static void checkOffsetAndCount(int arrayLength, int offset, int count) Checks that the range described byoffsetandcountdoesn't exceedarrayLength.
-