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, remove
boolean hasNext()
Object nextData() throws IOException
IOException
Object next()
next
in interface Iterator
RuntimeException
- (unchecked) instead of IOException.Copyright © 1999–2016 UCAR/Unidata. All rights reserved.