Package org.conscrypt.util
Class ArrayUtils
- java.lang.Object
-
- org.conscrypt.util.ArrayUtils
-
public final class ArrayUtils extends Object
Compatibility utility for Arrays.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckOffsetAndCount(int arrayLength, int offset, int count)Checks that the range described byoffsetandcountdoesn't exceedarrayLength.
-