Class IFloatList.IFloatListableFromArray

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) float[] array  
      (package private) int length  
      (package private) int offset  
    • 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

      • array

        float[] array
      • offset

        int offset
      • length

        int length
    • Constructor Detail

      • IFloatListableFromArray

        IFloatListableFromArray​(float[] array)
      • IFloatListableFromArray

        IFloatListableFromArray​(float[] array,
                                int offset,
                                int length)