public class FoldedIterator extends java.lang.Object implements java.util.Iterator<MLDataPair>
| Constructor and Description |
|---|
FoldedIterator(FoldedDataSet theOwner)
Construct the folded iterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
MLDataPair |
next() |
void |
remove() |
public FoldedIterator(FoldedDataSet theOwner)
theOwner - The owning dataset.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>