Class IDoubleList.IDoubleListableFromMult

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double elem  
      (package private) int len  
    • 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

      • len

        int len
      • elem

        double elem
    • Constructor Detail

      • IDoubleListableFromMult

        IDoubleListableFromMult​(int len,
                                double elem)