Class IFloatList.IFloatListableFromMult
java.lang.Object
org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromMult
- All Implemented Interfaces:
IFloatListable
- Enclosing class:
IFloatList
Wrapper to treat a repeated element as
IFloatListable
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
len
int len -
elem
float elem
-
-
Constructor Details
-
IFloatListableFromMult
IFloatListableFromMult(int len, float elem)
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceIFloatListable
-
get
public float get(int index) - Specified by:
get
in interfaceIFloatListable
-