|
PCJ API Version 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents iterators over collections of char values.
Iterator
Method Summary | |
boolean |
hasNext()
Indicates whether more char values can be returned by this iterator. |
char |
next()
Returns the next char value of this iterator. |
void |
remove()
Removes the last char value returned from the underlying collection. |
Method Detail |
public boolean hasNext()
next()
public char next()
NoSuchElementException
- if no more elements are available from this
iterator.hasNext()
public void remove()
UnsupportedOperationException
- if removal is not supported by this iterator.
IllegalStateException
- if no element has been returned by this iterator
yet.
|
PCJ API Version 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |