LoopTagStatus
ForLoopTagStatus
public interface RangedLoopTagStatus extends LoopTagStatus
RangedLoopTagStatus
is a LoopTagStatus
with a
range (start/end) and a step (change per iteration).Modifier and Type | Method | Description |
---|---|---|
int |
getEnd() |
Returns the ending value of the range.
|
int |
getStart() |
Returns the starting value of the range.
|
int |
getStep() |
Returns the change per iteration.
|
getIndex, isFirst, isLast
int getStart()
int getEnd()
int getStep()
Copyright © 2012–2018 Jett Team. All rights reserved.