public class MultiDataSetIteratorAdapter extends Object implements MultiDataSetIterator
Constructor and Description |
---|
MultiDataSetIteratorAdapter(DataSetIterator iter) |
Modifier and Type | Method and Description |
---|---|
boolean |
asyncSupported() |
MultiDataSetPreProcessor |
getPreProcessor() |
boolean |
hasNext() |
MultiDataSet |
next() |
MultiDataSet |
next(int i) |
void |
remove() |
void |
reset() |
boolean |
resetSupported() |
void |
setPreProcessor(MultiDataSetPreProcessor multiDataSetPreProcessor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public MultiDataSetIteratorAdapter(DataSetIterator iter)
public MultiDataSet next(int i)
next
in interface MultiDataSetIterator
public void setPreProcessor(MultiDataSetPreProcessor multiDataSetPreProcessor)
setPreProcessor
in interface MultiDataSetIterator
public MultiDataSetPreProcessor getPreProcessor()
getPreProcessor
in interface MultiDataSetIterator
public boolean resetSupported()
resetSupported
in interface MultiDataSetIterator
public boolean asyncSupported()
asyncSupported
in interface MultiDataSetIterator
public void reset()
reset
in interface MultiDataSetIterator
public boolean hasNext()
hasNext
in interface Iterator<MultiDataSet>
public MultiDataSet next()
next
in interface Iterator<MultiDataSet>
public void remove()
remove
in interface Iterator<MultiDataSet>
Copyright © 2018. All rights reserved.