public class BufferedDataSetIterator extends java.lang.Object implements java.util.Iterator<MLDataPair>
| Constructor and Description |
|---|
BufferedDataSetIterator(BufferedMLDataSet theData)
Construct the iterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
MLDataPair |
next() |
void |
remove()
Not supported.
|
public BufferedDataSetIterator(BufferedMLDataSet theData)
theData - The dataset to iterate over.public boolean hasNext()
hasNext in interface java.util.Iterator<MLDataPair>public MLDataPair next()
next in interface java.util.Iterator<MLDataPair>public void remove()
remove in interface java.util.Iterator<MLDataPair>