public class PyTSetSource extends java.lang.Object implements SourceFunc
| Constructor and Description |
|---|
PyTSetSource(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, waitclosepublic boolean hasNext()
SourceFunchasNext in interface SourceFuncpublic java.lang.Object next()
SourceFuncnext in interface SourceFunc