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