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