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.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.