|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteIterator<E>
An iterator over a collection whose elements need to be fetched remotely
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if the iteration has more elements. |
E |
next()
Returns the next element in the iteration. |
Method Detail |
---|
boolean hasNext() throws IOException
IOException
- if any IO error occursE next() throws IOException
NoSuchElementException
- iteration has no more elements.
IOException
- if any IO error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |