|
|||||||||
| 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 |
Object |
next()
Deprecated. use nextData() |
Object |
nextData()
Returns the next "DataType" object |
| Methods inherited from interface java.util.Iterator |
|---|
remove |
| Method Detail |
|---|
boolean hasNext()
hasNext in interface Iterator
Object nextData()
throws IOException
IOExceptionObject next()
next in interface IteratorRuntimeException - (unchecked) instead of IOException.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||