RangedLoopTagStatus
BaseLoopTagStatus
, ForLoopTagStatus
public interface LoopTagStatus
LoopTagStatus
object gives information about the current
loop's status.Modifier and Type | Method | Description |
---|---|---|
int |
getIndex() |
Returns the current 0-based index of the current iteration.
|
boolean |
isFirst() |
Returns whether the current iteration is the first iteration.
|
boolean |
isLast() |
Returns whether the current iteration is the last iteration.
|
int getIndex()
boolean isFirst()
boolean isLast()
Copyright © 2012–2018 Jett Team. All rights reserved.