public class DataSetObjectIterator extends Object implements Iterator<DataSetObject>
| Constructor and Description |
|---|
DataSetObjectIterator(File dataFile,
File localPropertiesFile) |
DataSetObjectIterator(File dataFile,
File localPropertiesFile,
int targetLocalPropertyIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
protected void |
init() |
DataSetObject |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic DataSetObjectIterator(File dataFile, File localPropertiesFile, int targetLocalPropertyIndex) throws Exception
Exceptionpublic boolean hasNext()
hasNext in interface Iterator<DataSetObject>public DataSetObject next()
next in interface Iterator<DataSetObject>public void close()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.