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, wait
forEachRemaining, remove
public DataSetObjectIterator(File dataFile, File localPropertiesFile, int targetLocalPropertyIndex) throws Exception
Exception
public 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.