Uses of Interface
org.mozilla.javascript.ExternalArrayData
Packages that use ExternalArrayData
-
Uses of ExternalArrayData in org.mozilla.javascript
Methods in org.mozilla.javascript that return ExternalArrayDataModifier and TypeMethodDescriptionScriptableObject.getExternalArrayData()Return the array that was previously set by the call to "setExternalArrayData".Methods in org.mozilla.javascript with parameters of type ExternalArrayDataModifier and TypeMethodDescriptionvoidScriptableObject.setExternalArrayData(ExternalArrayData array) Attach the specified object to this object, and delegate all indexed property lookups to it. -
Uses of ExternalArrayData in org.mozilla.javascript.typedarrays
Classes in org.mozilla.javascript.typedarrays that implement ExternalArrayDataModifier and TypeClassDescriptionclassAn array view that stores 32-bit quantities and implements the JavaScript "Float32Array" interface.classAn array view that stores 64-bit quantities and implements the JavaScript "Float64Array" interface.classAn array view that stores 16-bit quantities and implements the JavaScript "Int16Array" interface.classAn array view that stores 32-bit quantities and implements the JavaScript "Int32Array" interface.classAn array view that stores 8-bit quantities and implements the JavaScript "Int8Array" interface.classThis class is the abstract parent for all of the various typed arrays.classAn array view that stores 16-bit quantities and implements the JavaScript "Uint16Array" interface.classAn array view that stores 32-bit quantities and implements the JavaScript "Uint32Array" interface.classAn array view that stores 8-bit quantities and implements the JavaScript "Uint8Array" interface.classAn array view that stores 8-bit quantities and implements the JavaScript "Uint8ClampedArray" interface.