|
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 float values.
Iterator| Method Summary | |
boolean |
hasNext()
Indicates whether more float values can be returned by this iterator. |
float |
next()
Returns the next float value of this iterator. |
void |
remove()
Removes the last float value returned from the underlying collection. |
| Method Detail |
public boolean hasNext()
next()public float 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 | |||||||||