Class DoubleArrayPointer


  • final class DoubleArrayPointer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double[] _array  
      private int _offset  
    • Constructor Summary

      Constructors 
      Constructor Description
      DoubleArrayPointer​(double[] array, int offset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double get​(int index)  
      void set​(int index, double value)  
      (package private) void setOffset​(int offset)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _array

        private final double[] _array
      • _offset

        private int _offset
    • Constructor Detail

      • DoubleArrayPointer

        DoubleArrayPointer​(double[] array,
                           int offset)
    • Method Detail

      • setOffset

        void setOffset​(int offset)
      • get

        public double get​(int index)
      • set

        public void set​(int index,
                        double value)