|
GNU Trove | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TCharIterator
Iterator for char collections.
Method Summary | |
---|---|
char |
next()
Advances the iterator to the next element in the underlying collection and returns it. |
Methods inherited from interface gnu.trove.iterator.TIterator |
---|
hasNext, remove |
Method Detail |
---|
char next()
NoSuchElementException
- if the iterator is already exhausted
|
GNU Trove | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |