Class NativeInt32Array

    • Constructor Detail

      • NativeInt32Array

        public NativeInt32Array()
      • NativeInt32Array

        public NativeInt32Array​(NativeArrayBuffer ab,
                                int off,
                                int len)
      • NativeInt32Array

        public NativeInt32Array​(int len)
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
        Description copied from class: ScriptableObject
        Return the name of the class. This is typically the same name as the constructor. Classes extending ScriptableObject must implement this abstract method.
        Specified by:
        getClassName in interface Scriptable
        Specified by:
        getClassName in class ScriptableObject
      • getBytesPerElement

        public int getBytesPerElement()
        Description copied from class: NativeTypedArrayView
        Return the number of bytes represented by each element in the array. This can be useful when wishing to manipulate the byte array directly from Java.
        Specified by:
        getBytesPerElement in class NativeTypedArrayView<java.lang.Integer>
      • get

        public java.lang.Integer get​(int i)
      • set

        public java.lang.Integer set​(int i,
                                     java.lang.Integer aByte)