Package org.conscrypt

Class ArrayUtils

java.lang.Object
org.conscrypt.ArrayUtils

final class ArrayUtils extends Object
Compatibility utility for Arrays.
  • Constructor Details

    • ArrayUtils

      private ArrayUtils()
  • Method Details

    • checkOffsetAndCount

      static void checkOffsetAndCount(int arrayLength, int offset, int count)
      Checks that the range described by offset and count doesn't exceed arrayLength.