Class Simple.SimpleRowSetIterator
- java.lang.Object
-
- adams.flow.transformer.wekadatasetsmerge.Simple.SimpleRowSetIterator
-
- All Implemented Interfaces:
Enumeration<int[]>
- Enclosing class:
- Simple
public static class Simple.SimpleRowSetIterator extends Object implements Enumeration<int[]>
Enumeration class which just returns the concatenation of the source data rows in order.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasMoreElements()
int[]
nextElement()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Enumeration
asIterator
-
-
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interfaceEnumeration<int[]>
-
nextElement
public int[] nextElement()
- Specified by:
nextElement
in interfaceEnumeration<int[]>
-
-