| Method Summary | |
|---|---|
| abstract boolean | hasNext() Returns whether there are more elements remaining in this iterator. |
| abstract Object | next() Returns the next element in this iterator. |
| abstract void | remove() Removes the last object returned by next() from the source backing this iterator. |
| Method Detail |
|---|