Interface IStep
-
- All Known Implementing Classes:
Step
public interface IStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()booleanhasNext()IStepnext()
-
-
-
Method Detail
-
hasNext
boolean hasNext()
-
next
IStep next()
-
getIndex
int getIndex()
-
-