Class IFloatList.IFloatListableFromMult
- java.lang.Object
-
- org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromMult
-
- All Implemented Interfaces:
IFloatListable
- Enclosing class:
- IFloatList
protected static class IFloatList.IFloatListableFromMult extends java.lang.Object implements IFloatListable
Wrapper to treat a repeated element asIFloatListable
.
-
-
Constructor Summary
Constructors Constructor Description IFloatListableFromMult(int len, float elem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
get(int index)
int
size()
-
-
-
Method Detail
-
size
public int size()
- Specified by:
size
in interfaceIFloatListable
-
get
public float get(int index)
- Specified by:
get
in interfaceIFloatListable
-
-