Package org.thymeleaf.engine
Class IterationStatusVar
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()ObjectgetCurrent()intgetIndex()IntegergetSize()booleanhasSize()booleanisEven()booleanisFirst()booleanisLast()booleanisOdd()StringtoString()
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
getCount
public int getCount()
-
hasSize
public boolean hasSize()
-
getSize
public Integer getSize()
-
getCurrent
public Object getCurrent()
-
isEven
public boolean isEven()
-
isOdd
public boolean isOdd()
-
isFirst
public boolean isFirst()
-
isLast
public boolean isLast()
-
-