public interface DataIterator extends Iterator
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
true if another "DataType" object is available
|
Object |
next()
Deprecated.
use nextData()
|
Object |
nextData()
Deprecated.
Returns the next "DataType" object
|
forEachRemaining, removeboolean hasNext()
Object nextData() throws IOException
IOExceptionObject next()
next in interface IteratorRuntimeException - (unchecked) instead of IOException.