Package com.hubspot.jinjava.util
Class ForLoop
- java.lang.Object
-
- com.hubspot.jinjava.util.ForLoop
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcycle(Object... items)intgetCounter()intgetDepth()intgetDepth0()intgetIndex()intgetIndex0()intgetLength()intgetRevcounter()intgetRevindex()intgetRevindex0()booleanhasNext()booleanisFirst()booleanisLast()Objectnext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
getIndex0
public int getIndex0()
-
getDepth
public int getDepth()
-
getDepth0
public int getDepth0()
-
getCounter
public int getCounter()
-
getRevindex
public int getRevindex()
-
getRevindex0
public int getRevindex0()
-
getRevcounter
public int getRevcounter()
-
getLength
public int getLength()
-
isFirst
public boolean isFirst()
-
isLast
public boolean isLast()
-
-