Class IFloatList.IFloatListableFromList

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List<java.lang.Float> list  
    • Constructor Summary

      Constructors 
      Constructor Description
      IFloatListableFromList​(java.util.List<java.lang.Float> list)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float 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

      • list

        java.util.List<java.lang.Float> list
    • Constructor Detail

      • IFloatListableFromList

        IFloatListableFromList​(java.util.List<java.lang.Float> list)