Package gnu.trove.iterator
Interface TFloatIterator
- All Superinterfaces:
TIterator
Iterator for float collections.
-
Method Summary
Modifier and TypeMethodDescriptionfloat
next()
Advances the iterator to the next element in the underlying collection and returns it.
-
Method Details
-
next
float next()Advances the iterator to the next element in the underlying collection and returns it.- Returns:
- the next float in the collection
-