public interface DataIterator
extends java.util.Iterator
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
true if another "DataType" object is available
|
java.lang.Object |
next()
Deprecated.
use nextData()
|
java.lang.Object |
nextData()
Deprecated.
Returns the next "DataType" object
|
boolean hasNext()
hasNext in interface java.util.Iteratorjava.lang.Object nextData()
throws java.io.IOException
java.io.IOExceptionjava.lang.Object next()
next in interface java.util.Iteratorjava.lang.RuntimeException - (unchecked) instead of IOException.