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, wait
close
public boolean hasNext()
SourceFunc
hasNext
in interface SourceFunc<int[]>
public int[] next()
SourceFunc
next
in interface SourceFunc<int[]>
public void prepare(TSetContext context)
TFunction