temporary hack for jet.Iterator.hasNext property
* javabean property reading will be implemented later * jet.Iterator will be converted to Islam
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package jet;
|
||||
|
||||
import jet.runtime.typeinfo.JetMethod;
|
||||
|
||||
public interface Iterator<T> extends JetObject {
|
||||
@JetMethod(kind = JetMethod.KIND_PROPERTY)
|
||||
boolean getHasNext();
|
||||
T next ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user