Class IFloatList.IFloatListableFromArray
java.lang.Object
org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromArray
- All Implemented Interfaces:
IFloatListable
- Enclosing class:
IFloatList
Wrapper to treat an array as
IFloatListable
.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIFloatListableFromArray
(float[] array) IFloatListableFromArray
(float[] array, int offset, int length) -
Method Summary
-
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
-
size
public int size()- Specified by:
size
in interfaceIFloatListable
-
get
public float get(int index) - Specified by:
get
in interfaceIFloatListable
-