Package gnu.trove.iterator
Interface TFloatIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
next()
Advances the iterator to the next element in the underlying collection and returns it.
-