Class NativeFloat64Array

All Implemented Interfaces:
Serializable, Iterable<Double>, Collection<Double>, List<Double>, RandomAccess, SequencedCollection<Double>, ConstProperties, DebuggableObject, ExternalArrayData, IdFunctionCall, Scriptable

public class NativeFloat64Array extends NativeTypedArrayView<Double>
An array view that stores 64-bit quantities and implements the JavaScript "Float64Array" interface. It also implements List for direct manipulation in Java.
See Also:
  • Constructor Details

    • NativeFloat64Array

      public NativeFloat64Array()
    • NativeFloat64Array

      public NativeFloat64Array(NativeArrayBuffer ab, int off, int len)
    • NativeFloat64Array

      public NativeFloat64Array(int len)
  • Method Details