Package org.conscrypt

Class ArrayUtils


  • final class ArrayUtils
    extends java.lang.Object
    Compatibility utility for Arrays.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ArrayUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void checkOffsetAndCount​(int arrayLength, int offset, int count)
      Checks that the range described by offset and count doesn't exceed arrayLength.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArrayUtils

        private ArrayUtils()
    • Method Detail

      • checkOffsetAndCount

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