public class DataIteratorAdapter extends Object implements DataIterator
| Constructor and Description |
|---|
DataIteratorAdapter(Iterator iter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
true if another "DataType" object is available
|
Object |
next()
Deprecated.
Returns the next "DataType" object.
|
Object |
nextData()
Deprecated.
Returns the next "DataType" object
|
void |
remove()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic DataIteratorAdapter(Iterator iter)
public boolean hasNext()
DataIteratorhasNext in interface IteratorhasNext in interface DataIteratorpublic Object nextData() throws IOException
DataIteratornextData in interface DataIteratorIOExceptionpublic Object next()
DataIteratornext in interface Iteratornext in interface DataIterator