Class IFloatList.IFloatListableFromList
- java.lang.Object
-
- org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromList
-
- All Implemented Interfaces:
IFloatListable
- Enclosing class:
- IFloatList
protected static class IFloatList.IFloatListableFromList extends java.lang.Object implements IFloatListable
Wrapper to treat aList
asIFloatListable
.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<java.lang.Float>
list
-
Constructor Summary
Constructors Constructor Description IFloatListableFromList(java.util.List<java.lang.Float> list)
-
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
-
-