public static class BaseTSetBatchWorker.TestBaseSource extends java.lang.Object implements SourceFunc<int[]>
| Constructor and Description |
|---|
TestBaseSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Weather we have more data
|
int[] |
next()
Get the next value
|
void |
prepare(TSetContext context)
Prepare the function.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic boolean hasNext()
SourceFunchasNext in interface SourceFunc<int[]>public int[] next()
SourceFuncnext in interface SourceFunc<int[]>public void prepare(TSetContext context)
TFunction