Class UnsafeUnwrapper.Array<T>

  • Type Parameters:
    T - the array type
    Enclosing class:
    UnsafeUnwrapper

    public static final class UnsafeUnwrapper.Array<T>
    extends Object
    A primitive array together with the starting index and the number of elements to be read from the starting index.
    • Field Detail

      • array

        public final T array
      • startIndex

        public final int startIndex
      • size

        public final int size