|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataIterator
Just like java.util.Iterator, but may throw IOException on nextData() call.
Method Summary | |
---|---|
boolean |
hasNext()
true if another "DataType" object is available |
java.lang.Object |
next()
Deprecated. use nextData() |
java.lang.Object |
nextData()
Returns the next "DataType" object |
Methods inherited from interface java.util.Iterator |
---|
remove |
Method Detail |
---|
boolean hasNext()
hasNext
in interface java.util.Iterator
java.lang.Object nextData() throws java.io.IOException
java.io.IOException
java.lang.Object next()
next
in interface java.util.Iterator
java.lang.RuntimeException
- (unchecked) instead of IOException.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |