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