Class NativeUint32Array

    • Constructor Detail

      • NativeUint32Array

        public NativeUint32Array()
      • NativeUint32Array

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

        public NativeUint32Array​(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.Long>
      • get

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

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