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