Object
org.thymeleaf.engine.IterationStatusVar
public final class IterationStatusVar
extends Object
- Since:
- 3.0.0 (equivalent to the one existing since 1.0)
- Author:
- Daniel Fernández
-
Method Summary
int
int
boolean
boolean
boolean
boolean
boolean
-
Method Details
-
getIndex
public int getIndex()
-
getCount
public int getCount()
-
hasSize
public boolean hasSize()
-
-
-
isEven
public boolean isEven()
-
isOdd
public boolean isOdd()
-
isFirst
public boolean isFirst()
-
isLast
public boolean isLast()
-