Class IDoubleList.IDoubleListableFromArray

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double[] array  
      (package private) int length  
      (package private) int offset  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double get​(int index)  
      int size()  
      • Methods inherited from class java.lang.Object

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

      • array

        double[] array
      • offset

        int offset
      • length

        int length
    • Constructor Detail

      • IDoubleListableFromArray

        IDoubleListableFromArray​(double[] array)
      • IDoubleListableFromArray

        IDoubleListableFromArray​(double[] array,
                                 int offset,
                                 int length)