if (is(index.ge(this.length).or(index.lt(jint('0'))))) {
      throw Error(`JArrayOutOfBoundsException: ${index.valueOf()}`); // TODO JArrayOutOfBoundsException
    }