Class ArrayUtils


  • public final class ArrayUtils
    extends Object
    Compatibility utility for Arrays.
    • Method Detail

      • checkOffsetAndCount

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