JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
stanhebben.zenscript.parser
Interface IteratorI
public interface
IteratorI
This interface represents an iterator over integer values.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
hasNext
()
Returns true if the iteration has more elements.
int
next
()
Returns the next element in this iteration.
Method Detail
hasNext
boolean hasNext()
Returns true if the iteration has more elements.
Returns:
true if the iteration has more elements
next
int next()
Returns the next element in this iteration.
Returns:
the next element in this iteration
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method