|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CharIterator
An iterator interface for chars
| Method Summary | |
|---|---|
boolean |
hasNext()
Reports whether more characters are available |
char |
next()
Returns the next available character |
| Method Detail |
|---|
boolean hasNext()
true if more characters are available, otherwise
false
char next()
throws NoSuchElementException
NoSuchElementException - - if no more elements are available
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||