Class IFloatList.IFloatListableFromArray

java.lang.Object
org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromArray
All Implemented Interfaces:
IFloatListable
Enclosing class:
IFloatList

protected static class IFloatList.IFloatListableFromArray extends Object implements IFloatListable
Wrapper to treat an array as IFloatListable.
  • Field Details

    • array

      float[] array
    • offset

      int offset
    • length

      int length
  • Constructor Details

    • IFloatListableFromArray

      IFloatListableFromArray(float[] array)
    • IFloatListableFromArray

      IFloatListableFromArray(float[] array, int offset, int length)
  • Method Details