|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Iterator through a list of IChunk
s.
Method Summary | |
void |
close()
Releases any resources held by this iterator. |
boolean |
hasNext()
|
IChunk |
next()
|
Method Detail |
public boolean hasNext()
public IChunk next() throws java.util.NoSuchElementException
java.util.NoSuchElementException
- if called when hasNext() returns false
TODO: throw same exception as IChunkStore (none currently) on errorpublic void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |