Class IFloatList.IFloatListableFromCollection
java.lang.Object
org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromCollection
- Enclosing class:
IFloatList
Wrapper to treat a
Collection as IFloatListable.
Note that the implementation relies on the fact that the elements are only accessed sequentially.
- Author:
- Thomas Mauch
-
Method Summary
-
Method Details
-
size
public int size() -
get
public float get(int index)
-