public class PyTSetKeyedSource extends java.lang.Object implements SourceFunc
Constructor and Description |
---|
PyTSetKeyedSource(byte[] lambda) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Weather we have more data
|
java.lang.Object |
next()
Get the next value
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public boolean hasNext()
SourceFunc
hasNext
in interface SourceFunc
public java.lang.Object next()
SourceFunc
next
in interface SourceFunc